summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdeheader3
1 files changed, 3 insertions, 0 deletions
diff --git a/deheader b/deheader
index 7d2f6a1..c1d3cc5 100755
--- a/deheader
+++ b/deheader
@@ -1169,6 +1169,9 @@ requirements = (
(r"setservent()", ["<netdb.h>"]),
# unistd.h - standard symbolic constants and types
(r"gethostname()", ["<unistd.h>"]),
+ # stdbool.h - standard boolean type
+ (r"=\s*true", ["<stdbool.h>"]),
+ (r"=\s*false", ["<stdbool.h>"]),
# Dependencies observed on systems other than the Linux this was
# developed under.