diff options
| author | Christian Cunningham <cc@local.lan> | 2025-03-05 13:22:27 -0800 |
|---|---|---|
| committer | Christian Cunningham <cc@local.lan> | 2025-03-05 13:22:27 -0800 |
| commit | a25b8a0a50aa3f0c92d92187785624d68af9ba62 (patch) | |
| tree | 0ea78387306a061faab5012b8398b38e667b304c /include | |
| parent | 680d8a35ab6cf7b37282f13e8d47756272aee39b (diff) | |
Fix missing header
Diffstat (limited to 'include')
| -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 |
