chiark / gitweb /
+ * Always #include <sys/types.h> before <sys/socket.h> (for FreeBSD 4.6).
[adns.git] / regress / hsyscalls.h.m4
index 5b736808c44230005aa5b94f579fe2f9c4d6b8bc..f7b2ba7d57910fc65110affb85646bc801c91952 100644 (file)
@@ -28,6 +28,7 @@ m4_include(hmacros.i4)
 #ifndef HSYSCALLS_H_INCLUDED
 #define HSYSCALLS_H_INCLUDED
 
+#include <sys/types.h>
 #include <sys/time.h>
 #include <sys/socket.h>
 #include <sys/uio.h>