From e30636e7f1814056f1be9ff31a265bba23964f26 Mon Sep 17 00:00:00 2001 From: mrcsys Date: Thu, 22 Dec 2005 14:19:36 +0000 Subject: Win32 compile issue fixed. --- nanohttp/nanohttp-ssl.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'nanohttp/nanohttp-ssl.c') 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 +#ifndef WIN32 #include +#include +#include +#endif #if HAVE_INTTYPES_H #include #else @@ -36,8 +40,7 @@ typedef unsigned int uint32_t; #include #include #include -#include -#include + #include #include "nanohttp-ssl.h" -- cgit v1.1-32-gdbae