浏览代码

- include stdbool.h

Bernhard Reutner-Fischer 18 年之前
父节点
当前提交
607f5bc303
共有 1 个文件被更改,包括 1 次插入0 次删除
  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>