From fe8198c6ec12d20cbdfdad13d3cc077dee48a6e6 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Mon, 18 Feb 2013 01:41:38 +0100 Subject: Fix compilation of transport for WIN32 builds --- libcsoap/soap-transport.c | 4 ++++ 1 file changed, 4 insertions(+) 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 #include +#ifdef WIN32 +#include +#endif + #include #include "soap-logging.h" -- cgit v1.1-32-gdbae