]> andersk Git - openssh.git/blobdiff - ssh-rand-helper.c
- stevesk@cvs.openbsd.org 2006/07/26 13:57:17
[openssh.git] / ssh-rand-helper.c
index feb1bfb1834de675888e625f73b6ecc27f7eefb5..121fa52fa11aa3eb2b2c850f5ae517edfa6ff74d 100644 (file)
@@ -29,6 +29,7 @@
 #include <sys/stat.h>
 #include <sys/wait.h>
 #include <sys/socket.h>
+#include <stddef.h>
 
 #include <netinet/in.h>
 
 # include <sys/un.h>
 #endif
 
+#include <errno.h>
+#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.084848 seconds and 4 git commands to generate.