diff options
-rwxr-xr-x | deheader | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |