summaryrefslogtreecommitdiffstats
path: root/nanohttp/nanohttp-ssl.c
diff options
context:
space:
mode:
Diffstat (limited to 'nanohttp/nanohttp-ssl.c')
-rw-r--r--nanohttp/nanohttp-ssl.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/nanohttp/nanohttp-ssl.c b/nanohttp/nanohttp-ssl.c
index a477c3c..d140f17 100644
--- a/nanohttp/nanohttp-ssl.c
+++ b/nanohttp/nanohttp-ssl.c
@@ -22,7 +22,11 @@
*/
#include <sys/types.h>
+#ifndef WIN32
#include <netinet/in.h>
+#include <openssl/rand.h>
+#include <openssl/err.h>
+#endif
#if HAVE_INTTYPES_H
#include <inttypes.h>
#else
@@ -36,8 +40,7 @@ typedef unsigned int uint32_t;
#include <string.h>
#include <stdlib.h>
#include <time.h>
-#include <openssl/rand.h>
-#include <openssl/err.h>
+
#include <fcntl.h>
#include "nanohttp-ssl.h"