<sys/select.h> is included for AIX, when USE_SOCKETS is defined.

Submitted by: Bernhard Simon <bs@bsws.zid.tuwien.ac.at>
Reviewed by:
PR:
This commit is contained in:
Lutz Jänicke 2002-06-20 20:13:12 +00:00
parent dbf5b18a99
commit 081cdf3f63
2 changed files with 1 additions and 4 deletions

View file

@ -109,10 +109,6 @@
#include <sys/timeb.h>
#endif
#ifdef _AIX
#include <sys/select.h>
#endif
#if defined(sun) || defined(__ultrix)
#define _POSIX_SOURCE
#include <limits.h>

View file

@ -109,6 +109,7 @@
*
*/
#define USE_SOCKETS
#include "e_os.h"
#include "cryptlib.h"
#include <openssl/rand.h>