summaryrefslogtreecommitdiff
path: root/openbsd-compat/bindresvport.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/bindresvport.c
parentded319cca23923651ddc5e6a4bd4bda66d0737f4 (diff)
downloadopenssh-git-607aede26c4193bf1bc5063698ea9a36cbd990e3.tar.gz
- (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/bindresvport.c')
-rw-r--r--openbsd-compat/bindresvport.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/openbsd-compat/bindresvport.c b/openbsd-compat/bindresvport.c
index ef0eff3b..e8fb83f2 100644
--- a/openbsd-compat/bindresvport.c
+++ b/openbsd-compat/bindresvport.c
@@ -33,8 +33,10 @@
#include "includes.h"
#ifndef HAVE_BINDRESVPORT_SA
+#include <sys/types.h>
+#include <sys/socket.h>
-#include "includes.h"
+#include <netinet/in.h>
#include <errno.h>
#include <string.h>