]> andersk Git - openssh.git/blobdiff - ssh-rand-helper.c
- (tim) [contrib/cygwin/ssh-host-config] Patch from Corinna Vinschen.
[openssh.git] / ssh-rand-helper.c
index 3a2903669c14cc64a4376ccad78a65370f7f1350..8b1c4b4f47bf034f52ce117dceaebd24daa3b361 100644 (file)
 #include <sys/wait.h>
 #include <sys/socket.h>
 
+#include <stdarg.h>
+#include <stddef.h>
+#include <string.h>
+
 #include <netinet/in.h>
+#include <arpa/inet.h>
 
 #ifdef HAVE_SYS_UN_H
 # include <sys/un.h>
@@ -40,6 +45,8 @@
 #include <fcntl.h>
 #include <pwd.h>
 #include <signal.h>
+#include <time.h>
+#include <unistd.h>
 
 #include <openssl/rand.h>
 #include <openssl/sha.h>
This page took 0.042654 seconds and 4 git commands to generate.