entropy.c did not include header files necessary for select(),
causing nonthreaded builds to fail on AIX
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user