]> andersk Git - openssh.git/blobdiff - entropy.c
- (dtucker) Wrap use of IPPROTO_IPV6 in an ifdef for platforms that don't
[openssh.git] / entropy.c
index f0331a84e52e919596ae047814e794a8848b49c6..8b705397ff9a1870b743583b69913808fc92b3b9 100644 (file)
--- a/entropy.c
+++ b/entropy.c
 #ifdef HAVE_FCNTL_H
 # include <fcntl.h>
 #endif
+#include <stdarg.h>
+#include <string.h>
+#include <signal.h>
+#include <unistd.h>
 
 #include <openssl/rand.h>
 #include <openssl/crypto.h>
This page took 0.309888 seconds and 4 git commands to generate.