summaryrefslogtreecommitdiffstats
path: root/nanohttp/nanohttp-ssl.c
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2013-02-17 20:52:17 +0100
committerGravatar Martin Szulecki2013-02-17 20:52:17 +0100
commitcd64e028647552569a45bc8713349238fcd3e709 (patch)
treecedae662ca59ef997febc9b3e84b8c2bc387088b /nanohttp/nanohttp-ssl.c
parenta32e42daf6e5f8061390dad1674726275ab1e323 (diff)
downloadcsoap-cd64e028647552569a45bc8713349238fcd3e709.tar.gz
csoap-cd64e028647552569a45bc8713349238fcd3e709.tar.bz2
Fix include typos for WIN32
Diffstat (limited to 'nanohttp/nanohttp-ssl.c')
-rw-r--r--nanohttp/nanohttp-ssl.c2
1 files changed, 1 insertions, 1 deletions
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 <sys/types.h>
#endif
-#ifdef HAVE_SYS_TYPES_H
+#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif