diff options
Diffstat (limited to 'include/viv/flag.h')
| -rw-r--r-- | include/viv/flag.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/viv/flag.h b/include/viv/flag.h index b52f941..cdd7c16 100644 --- a/include/viv/flag.h +++ b/include/viv/flag.h @@ -5,6 +5,8 @@ #ifndef FLAG_H_ #define FLAG_H_ +#define static_assert _Static_assert + #include <assert.h> #include <stdio.h> #include <stdlib.h> |