summaryrefslogtreecommitdiff
path: root/shared/bool.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/bool.h')
-rw-r--r--shared/bool.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/bool.h b/shared/bool.h
index 9ea97f7..4ffb6b4 100644
--- a/shared/bool.h
+++ b/shared/bool.h
@@ -4,6 +4,8 @@
/** @file bool.h */
+#ifndef bool
typedef uint8_t bool;
#define false 0 /* NOLINT */
#define true 1 /* NOLINT */
+#endif