diff options
| author | Matthew D Fleming <mdf@FreeBSD.org> | 2011-12-12 18:44:17 +0000 |
|---|---|---|
| committer | Matthew D Fleming <mdf@FreeBSD.org> | 2011-12-12 18:44:17 +0000 |
| commit | 108cd49471714a9e8ac5747b2d18a5fd610fe734 (patch) | |
| tree | fbc23e88a4737d6047e518d9540133f1e568c6d6 /include | |
| parent | 103af58f59c0cb69f1872cbebeb4213d4020e4b9 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/stdbool.h | 2 |
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_ */ |
