From a70586322e0d0d09c99e910d02745098234a1e10 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Sun, 17 Feb 2013 20:54:09 +0100 Subject: Add winsock2.h include where required to compile for WIN32 --- nanohttp/nanohttp-socket.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nanohttp/nanohttp-socket.h') diff --git a/nanohttp/nanohttp-socket.h b/nanohttp/nanohttp-socket.h index c4f2188..e98f719 100644 --- a/nanohttp/nanohttp-socket.h +++ b/nanohttp/nanohttp-socket.h @@ -24,6 +24,10 @@ #ifndef __nanohttp_socket_h #define __nanohttp_socket_h +#ifdef WIN32 +#include +#endif + /** @file nanohttp-socket.h Socket wrapper * * @defgroup NANOHTTP_SOCKET Socket wrapper -- cgit v1.1-32-gdbae