Browse Source

- include stdbool.h

Bernhard Reutner-Fischer 18 năm trước cách đây
mục cha
commit
607f5bc303
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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>