diff options
author | Darren Tucker <dtucker@zip.com.au> | 2006-08-05 15:50:20 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2006-08-05 15:50:20 +1000 |
commit | ecf28ba7aaf85952b46caf2d1d1a3700a9f80807 (patch) | |
tree | 11232105c117e8007d4f3a6054b6e330d68a852d /entropy.c | |
parent | e7eec90f387c1d8cde3f6f1e543866a62caaa8a4 (diff) | |
download | openssh-git-ecf28ba7aaf85952b46caf2d1d1a3700a9f80807.tar.gz |
- (dtucker) [entropy.c] Needs unistd.h too.
Diffstat (limited to 'entropy.c')
-rw-r--r-- | entropy.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -34,6 +34,7 @@ #ifdef HAVE_FCNTL_H # include <fcntl.h> #endif +#include <unistd.h> #include <openssl/rand.h> #include <openssl/crypto.h> |