]> andersk Git - openssh.git/blobdiff - entropy.c
- (dtucker) [defines.h] define PRIu64 for platforms that don't have it.
[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.032896 seconds and 4 git commands to generate.