chiark
/
gitweb
/
~mdw
/
adns
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
+ * Always #include <sys/types.h> before <sys/socket.h> (for FreeBSD 4.6).
[adns]
/
regress
/
hsyscalls.h
diff --git
a/regress/hsyscalls.h
b/regress/hsyscalls.h
index afec8ca934704d0dbf064b322714fd77c0b4f2b5..5d87442322241805d30456149ccba0cf4e4a015c 100644
(file)
--- a/
regress/hsyscalls.h
+++ b/
regress/hsyscalls.h
@@
-1,5
+1,6
@@
#ifndef HSYSCALLS_H_INCLUDED
#define HSYSCALLS_H_INCLUDED
+#include <sys/types.h>
#include <sys/time.h>
#include <sys/socket.h>
#include <sys/uio.h>