diff options
Diffstat (limited to 'include/util.h')
-rw-r--r-- | include/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/util.h b/include/util.h index ddb86fc..1b0243c 100644 --- a/include/util.h +++ b/include/util.h @@ -1,5 +1,6 @@ #ifndef LIB_H #define LIB_H +#include <stdbool.h> #include <stddef.h> void die(const char *message); |