chiark / gitweb /
+ General Improvements:
[adns.git] / regress / hplayback.c.m4
index bb36528a484a4bda4179ef1be368b8ea40b1a5ea..a3c2d8bdd0f9c0e077e5b801b5a31cc15cb5509f 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;
@@ -368,4 +371,6 @@ int H$1(hm_args_massage($3,void)) {
 }
 ')
 
+m4_define(`hm_specsyscall', `')
+
 m4_include(`hsyscalls.i4')