summaryrefslogtreecommitdiff
path: root/py/modules/IcePy/Proxy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'py/modules/IcePy/Proxy.cpp')
-rw-r--r--py/modules/IcePy/Proxy.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/py/modules/IcePy/Proxy.cpp b/py/modules/IcePy/Proxy.cpp
index 8ec22ee3a85..dc0ad65f20a 100644
--- a/py/modules/IcePy/Proxy.cpp
+++ b/py/modules/IcePy/Proxy.cpp
@@ -7,7 +7,9 @@
//
// **********************************************************************
-#include <IceUtil/Config.h>
+#ifdef _WIN32
+# include <IceUtil/Config.h>
+#endif
#include <Proxy.h>
#include <structmember.h>
#include <Util.h>