- (dtucker) [entropy.c] Needs unistd.h too.
diff --git a/ChangeLog b/ChangeLog
index 8835fec..b6d25c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -100,6 +100,7 @@
  - (dtucker) [auth2-gss.c] We still need the #ifdef GSSAPI in -portable.
  - (dtucker) [openbsd-compat/{bsd-arc4random.c,port-tun.c,xmmap.c}] Lots of
    #include stdarg.h, needed for log.h.
+ - (dtucker) [entropy.c] Needs unistd.h too.
 
 20060804
  - (dtucker) [configure.ac] The "crippled AES" test does not work on recent
@@ -5170,4 +5171,4 @@
    - (djm) Trim deprecated options from INSTALL. Mention UsePAM
    - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
 
-$Id: ChangeLog,v 1.4461 2006/08/05 05:47:26 dtucker Exp $
+$Id: ChangeLog,v 1.4462 2006/08/05 05:50:20 dtucker Exp $
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>