提交 a947f2d2 编写于 作者: L Lutz Jänicke

<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:
上级 94e19e71
...@@ -109,10 +109,6 @@ ...@@ -109,10 +109,6 @@
#include <sys/timeb.h> #include <sys/timeb.h>
#endif #endif
#ifdef _AIX
#include <sys/select.h>
#endif
#if defined(sun) || defined(__ultrix) #if defined(sun) || defined(__ultrix)
#define _POSIX_SOURCE #define _POSIX_SOURCE
#include <limits.h> #include <limits.h>
......
...@@ -109,6 +109,7 @@ ...@@ -109,6 +109,7 @@
* *
*/ */
#define USE_SOCKETS
#include "e_os.h" #include "e_os.h"
#include "cryptlib.h" #include "cryptlib.h"
#include <openssl/rand.h> #include <openssl/rand.h>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册