aboutsummaryrefslogtreecommitdiff
path: root/src/core/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/defs.h')
-rw-r--r--src/core/defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/defs.h b/src/core/defs.h
index 6050782b..d559b490 100644
--- a/src/core/defs.h
+++ b/src/core/defs.h
@@ -12,6 +12,7 @@
#define CORE_DEFS_H
#include <stdint.h>
+#include <stdbool.h>
// C compilers may get unhappy when named arguments are not used. While
// there are things like __attribute__((unused)) which are arguably