chiark / gitweb /
+ * Kill bogus warning, adh-main.c: `arg2' might be used uninitialized ...
[adns.git] / client / adnsresfilter.c
index 316b0e21534be0630dd7000225d20d122e137d76..db7a6310485b9327aba05b07ecaad71ab71b3e71 100644 (file)
@@ -33,6 +33,8 @@
 #include <assert.h>
 #include <ctype.h>
 
+#include <sys/types.h>
+#include <unistd.h>
 #include <fcntl.h>
 
 #include "adns.h"