From cd64e028647552569a45bc8713349238fcd3e709 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Sun, 17 Feb 2013 20:52:17 +0100 Subject: Fix include typos for WIN32 --- nanohttp/nanohttp-ssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nanohttp/nanohttp-ssl.c') diff --git a/nanohttp/nanohttp-ssl.c b/nanohttp/nanohttp-ssl.c index 8b0f9ff..a92485f 100644 --- a/nanohttp/nanohttp-ssl.c +++ b/nanohttp/nanohttp-ssl.c @@ -30,7 +30,7 @@ #include #endif -#ifdef HAVE_SYS_TYPES_H +#ifdef HAVE_SYS_SOCKET_H #include #endif -- cgit v1.1-32-gdbae