chiark / gitweb /
+ * Kill bogus warning, adh-main.c: `arg2' might be used uninitialized ...
[adns.git] / regress / hplayback.c.m4
index bb36528a484a4bda4179ef1be368b8ea40b1a5ea..22e975a6eeb65d5a216746d34ab5d0f971e5e51d 100644 (file)
@@ -27,14 +27,17 @@ m4_include(hmacros.i4)
 
 #include <assert.h>
 #include <string.h>
-#include <fcntl.h>
 #include <errno.h>
 #include <stdlib.h>
 
+#include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
 
+#include <unistd.h>
+#include <fcntl.h>
+
 #include "harness.h"
 
 static FILE *Tinputfile, *Treportfile;