chiark
/
gitweb
/
~mdw
/
adns
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
+ * Kill bogus warning, adh-main.c: `arg2' might be used uninitialized ...
[adns]
/
client
/
adnsresfilter.c
diff --git
a/client/adnsresfilter.c
b/client/adnsresfilter.c
index 316b0e21534be0630dd7000225d20d122e137d76..db7a6310485b9327aba05b07ecaad71ab71b3e71 100644
(file)
--- a/
client/adnsresfilter.c
+++ b/
client/adnsresfilter.c
@@
-33,6
+33,8
@@
#include <assert.h>
#include <ctype.h>
+#include <sys/types.h>
+#include <unistd.h>
#include <fcntl.h>
#include "adns.h"