aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/include/stdbool.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/include/stdbool.h')
-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 07a25eb0..c549da08 100644
--- a/runtime/include/stdbool.h
+++ b/runtime/include/stdbool.h
@@ -36,4 +36,5 @@
#define true 1
#define false 0
#define __bool_true_false_are_defined 1
+
#endif