]> andersk Git - gssapi-openssh.git/blobdiff - openssh/openbsd-compat/bindresvport.c
Import of OpenSSH 4.4p1
[gssapi-openssh.git] / openssh / openbsd-compat / bindresvport.c
index 7f48fd03a2517b564fed284be4f7141372d3119b..65afed1e34563921b0c55ff87c187582924b1404 100644 (file)
 #include "includes.h"
 
 #ifndef HAVE_BINDRESVPORT_SA
+#include <sys/types.h>
+#include <sys/socket.h>
 
-#include "includes.h"
+#include <netinet/in.h>
+#include <arpa/inet.h>
+
+#include <errno.h>
+#include <string.h>
 
 #define STARTPORT 600
 #define ENDPORT (IPPORT_RESERVED - 1)
This page took 0.055196 seconds and 4 git commands to generate.