Remove NextStep support
[openssl.git] / crypto / rand / rand_egd.c
index ef552119b8ccd4963964540f332eafc1e26aaf98..bac8d609c4ecaa3098f2a51c4d8f572dd69d1bb7 100644 (file)
@@ -38,7 +38,7 @@ int RAND_egd_bytes(const char *path, int bytes)
 
 # else
 
-#  include OPENSSL_UNISTD
+#  include <unistd.h>
 #  include <stddef.h>
 #  include <sys/types.h>
 #  include <sys/socket.h>