- (dtucker) [entropy.c] Needs unistd.h too.
diff --git a/entropy.c b/entropy.c
index f0331a8..c89e0b5 100644
--- a/entropy.c
+++ b/entropy.c
@@ -34,6 +34,7 @@
 #ifdef HAVE_FCNTL_H
 # include <fcntl.h>
 #endif
+#include <unistd.h>
 
 #include <openssl/rand.h>
 #include <openssl/crypto.h>