summaryrefslogtreecommitdiff
path: root/openbsd-compat/rresvport.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-09-01 15:48:19 +1000
committerDamien Miller <djm@mindrot.org>2006-09-01 15:48:19 +1000
commit607aede26c4193bf1bc5063698ea9a36cbd990e3 (patch)
tree588f5e70ecf0ee757ef92c83811e42e03beb5156 /openbsd-compat/rresvport.c
parentded319cca23923651ddc5e6a4bd4bda66d0737f4 (diff)
- (djm) [includes.h monitor.c openbsd-compat/bindresvport.c]
[openbsd-compat/rresvport.c] Some more headers: netinet/in.h sys/socket.h and unistd.h in various places
Diffstat (limited to 'openbsd-compat/rresvport.c')
-rw-r--r--openbsd-compat/rresvport.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/openbsd-compat/rresvport.c b/openbsd-compat/rresvport.c
index 15790e852..17e66ca59 100644
--- a/openbsd-compat/rresvport.c
+++ b/openbsd-compat/rresvport.c
@@ -35,6 +35,11 @@
35 35
36#ifndef HAVE_RRESVPORT_AF 36#ifndef HAVE_RRESVPORT_AF
37 37
38#include <sys/types.h>
39#include <sys/socket.h>
40
41#include <netinet/in.h>
42
38#include <errno.h> 43#include <errno.h>
39#include <stdlib.h> 44#include <stdlib.h>
40#include <string.h> 45#include <string.h>