entropy.c did not include header files necessary for select(),

causing nonthreaded builds to fail on AIX
This commit is contained in:
Andreas Gustafsson
2000-12-14 22:40:17 +00:00
parent 8923ca9a52
commit 5412d26798

View File

@@ -15,10 +15,13 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: entropy.c,v 1.52 2000/12/06 00:30:21 tale Exp $ */
/* $Id: entropy.c,v 1.53 2000/12/14 22:40:17 gson Exp $ */
#include <config.h>
#include <sys/types.h>
#include <sys/time.h>
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>