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 --- libcsoap/soap-nudp.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libcsoap/soap-nudp.c') diff --git a/libcsoap/soap-nudp.c b/libcsoap/soap-nudp.c index 2e5ab83..8a2706c 100644 --- a/libcsoap/soap-nudp.c +++ b/libcsoap/soap-nudp.c @@ -72,6 +72,10 @@ #include #include +#ifdef WIN32 +#include +#endif + #include #include "soap-logging.h" -- cgit v1.1-32-gdbae