aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatthew D Fleming <mdf@FreeBSD.org>2011-12-12 18:44:17 +0000
committerMatthew D Fleming <mdf@FreeBSD.org>2011-12-12 18:44:17 +0000
commit108cd49471714a9e8ac5747b2d18a5fd610fe734 (patch)
treefbc23e88a4737d6047e518d9540133f1e568c6d6 /include
parent103af58f59c0cb69f1872cbebeb4213d4020e4b9 (diff)
Notes
Diffstat (limited to 'include')
-rw-r--r--include/stdbool.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/stdbool.h b/include/stdbool.h
index c0d6459cc029b..099549cbfbe99 100644
--- a/include/stdbool.h
+++ b/include/stdbool.h
@@ -29,6 +29,7 @@
#ifndef _STDBOOL_H_
#define _STDBOOL_H_
+#ifndef __bool_true_false_are_defined
#define __bool_true_false_are_defined 1
#ifndef __cplusplus
@@ -42,5 +43,6 @@ typedef int _Bool;
#endif
#endif /* !__cplusplus */
+#endif /* __bool_true_false_are_defined */
#endif /* !_STDBOOL_H_ */