From ecf28ba7aaf85952b46caf2d1d1a3700a9f80807 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Sat, 5 Aug 2006 15:50:20 +1000 Subject: - (dtucker) [entropy.c] Needs unistd.h too. --- entropy.c | 1 + 1 file changed, 1 insertion(+) (limited to 'entropy.c') diff --git a/entropy.c b/entropy.c index f0331a84..c89e0b52 100644 --- a/entropy.c +++ b/entropy.c @@ -34,6 +34,7 @@ #ifdef HAVE_FCNTL_H # include #endif +#include #include #include -- cgit v1.2.1