diff --git a/apps/s_time.c b/apps/s_time.c index f62f78f19..752158460 100644 --- a/apps/s_time.c +++ b/apps/s_time.c @@ -109,10 +109,6 @@ #include #endif -#ifdef _AIX -#include -#endif - #if defined(sun) || defined(__ultrix) #define _POSIX_SOURCE #include diff --git a/crypto/rand/rand_unix.c b/crypto/rand/rand_unix.c index 1257fa8d9..ec09d7460 100644 --- a/crypto/rand/rand_unix.c +++ b/crypto/rand/rand_unix.c @@ -109,6 +109,7 @@ * */ +#define USE_SOCKETS #include "e_os.h" #include "cryptlib.h" #include