summaryrefslogtreecommitdiff
path: root/libc
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-04-23 17:01:05 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-04-23 17:01:05 +0000
commit607f5bc303a598e804d6e4c58f67e2c33030edc3 (patch)
tree7256a1dd5f8f88f82a3e17da049d275dee44a704 /libc
parent05cf902829be6dd8a33d2d40862f1a35efaaf786 (diff)
- include stdbool.h
Diffstat (limited to 'libc')
-rw-r--r--libc/inet/resolv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/inet/resolv.c b/libc/inet/resolv.c
index b53d0a0f2..f4e6cac4f 100644
--- a/libc/inet/resolv.c
+++ b/libc/inet/resolv.c
@@ -150,6 +150,7 @@
#include <resolv.h>
#include <netdb.h>
#include <ctype.h>
+#include <stdbool.h>
#include <arpa/nameser.h>
#include <sys/utsname.h>
#include <sys/un.h>