diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-04-23 17:01:05 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-04-23 17:01:05 +0000 |
commit | 607f5bc303a598e804d6e4c58f67e2c33030edc3 (patch) | |
tree | 7256a1dd5f8f88f82a3e17da049d275dee44a704 | |
parent | 05cf902829be6dd8a33d2d40862f1a35efaaf786 (diff) |
- include stdbool.h
-rw-r--r-- | libc/inet/resolv.c | 1 |
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> |