diff options
Diffstat (limited to 'openbsd-compat/bindresvport.c')
-rw-r--r-- | openbsd-compat/bindresvport.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/openbsd-compat/bindresvport.c b/openbsd-compat/bindresvport.c index ef0eff3b6..e8fb83f23 100644 --- a/openbsd-compat/bindresvport.c +++ b/openbsd-compat/bindresvport.c | |||
@@ -33,8 +33,10 @@ | |||
33 | #include "includes.h" | 33 | #include "includes.h" |
34 | 34 | ||
35 | #ifndef HAVE_BINDRESVPORT_SA | 35 | #ifndef HAVE_BINDRESVPORT_SA |
36 | #include <sys/types.h> | ||
37 | #include <sys/socket.h> | ||
36 | 38 | ||
37 | #include "includes.h" | 39 | #include <netinet/in.h> |
38 | 40 | ||
39 | #include <errno.h> | 41 | #include <errno.h> |
40 | #include <string.h> | 42 | #include <string.h> |