aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--runtime/include/stdbool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/include/stdbool.h b/runtime/include/stdbool.h
index b9ff9399..c549da08 100644
--- a/runtime/include/stdbool.h
+++ b/runtime/include/stdbool.h
@@ -35,5 +35,6 @@
#define bool _Bool
#define true 1
#define false 0
+#define __bool_true_false_are_defined 1
#endif