Browse Source

- include stdbool.h

Bernhard Reutner-Fischer 18 years ago
parent
commit
607f5bc303
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libc/inet/resolv.c

+ 1 - 0
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>