diff options
-rw-r--r-- | include/lib/bool.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/lib/bool.h b/include/lib/bool.h index 6bf4c40..171c015 100644 --- a/include/lib/bool.h +++ b/include/lib/bool.h @@ -1,6 +1,8 @@ #ifndef INC_LIB_BOOL_H #define INC_LIB_BOOL_H +#include <stdint.h> + #define bool_t uint8_t #define FALSE 0 #define TRUE 1 |