summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libcsoap/soap-transport.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libcsoap/soap-transport.c b/libcsoap/soap-transport.c
index cce1272..6ec6484 100644
--- a/libcsoap/soap-transport.c
+++ b/libcsoap/soap-transport.c
@@ -44,6 +44,10 @@
#include <libxml/tree.h>
#include <libxml/uri.h>
+#ifdef WIN32
+#include <winsock2.h>
+#endif
+
#include <nanohttp/nanohttp-error.h>
#include "soap-logging.h"