aboutsummaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'runtime')
-rw-r--r--runtime/include/stdbool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/include/stdbool.h b/runtime/include/stdbool.h
index b9ff9399..07a25eb0 100644
--- a/runtime/include/stdbool.h
+++ b/runtime/include/stdbool.h
@@ -35,5 +35,5 @@
#define bool _Bool
#define true 1
#define false 0
-
+#define __bool_true_false_are_defined 1
#endif