Commit a947f2d2 authored by Lutz Jänicke's avatar Lutz Jänicke
Browse files

<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:
parent 94e19e71
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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>
+1 −0
Original line number Diff line number Diff line
@@ -109,6 +109,7 @@
 *
 */

#define USE_SOCKETS
#include "e_os.h"
#include "cryptlib.h"
#include <openssl/rand.h>