]> andersk Git - openssh.git/blobdiff - openbsd-compat/rresvport.c
- (djm) [openbsd-compat/bsd-arc4random.c] Fix math bug that caused bias
[openssh.git] / openbsd-compat / rresvport.c
index c103918721a8cbc877f4a69d631765363b8d193f..5b0275ce06320e008cac39f0cc12a28ea35ca6af 100644 (file)
 
 #ifndef HAVE_RRESVPORT_AF
 
+#include <sys/types.h>
+#include <sys/socket.h>
+
+#include <netinet/in.h>
+#include <arpa/inet.h>
+
 #include <errno.h>
+#include <stdlib.h>
 #include <string.h>
 
 #if 0
This page took 0.050798 seconds and 4 git commands to generate.