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-server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nanohttp/nanohttp-server.c') diff --git a/nanohttp/nanohttp-server.c b/nanohttp/nanohttp-server.c index df87dc1..719bc98 100644 --- a/nanohttp/nanohttp-server.c +++ b/nanohttp/nanohttp-server.c @@ -30,7 +30,7 @@ #include #endif -#ifdef HAVE_SOCKET_H +#ifdef HAVE_SYS_SOCKET_H #include #endif -- cgit v1.1-32-gdbae