From 71d63fe322877a20cfa1dda72fbbad0c14232ecc Mon Sep 17 00:00:00 2001 From: mrcsys Date: Thu, 19 Jan 2006 18:00:19 +0000 Subject: Minor win32 fixes. --- nanohttp/nanohttp-ssl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nanohttp/nanohttp-ssl.c') diff --git a/nanohttp/nanohttp-ssl.c b/nanohttp/nanohttp-ssl.c index a2cdf17..e1139ac 100644 --- a/nanohttp/nanohttp-ssl.c +++ b/nanohttp/nanohttp-ssl.c @@ -25,10 +25,10 @@ #ifdef HAVE_SSL #include -#ifndef WIN32 -#include #include #include +#ifndef WIN32 +#include #endif #if HAVE_INTTYPES_H #include -- cgit v1.1-32-gdbae