From 23dd658e5701ba611229ca1a95dd3ab2c00fb316 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Thu, 28 Sep 2006 19:40:20 +1000 Subject: - (dtucker) [entropy.c] Bug #1238: include signal.h to fix compilation error on Solaris 8 w/out /dev/random or prngd. Patch from rl at math.technion.ac.il. --- entropy.c | 1 + 1 file changed, 1 insertion(+) (limited to 'entropy.c') diff --git a/entropy.c b/entropy.c index 4f19c876..ccabb136 100644 --- a/entropy.c +++ b/entropy.c @@ -36,6 +36,7 @@ #endif #include #include +#include #include #include -- cgit v1.2.1