summaryrefslogtreecommitdiff
path: root/py/modules/IcePy/ConnectionInfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'py/modules/IcePy/ConnectionInfo.cpp')
-rw-r--r--py/modules/IcePy/ConnectionInfo.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/py/modules/IcePy/ConnectionInfo.cpp b/py/modules/IcePy/ConnectionInfo.cpp
index d761e1bd863..e9820ee87b0 100644
--- a/py/modules/IcePy/ConnectionInfo.cpp
+++ b/py/modules/IcePy/ConnectionInfo.cpp
@@ -13,7 +13,6 @@
#include <ConnectionInfo.h>
#include <EndpointInfo.h>
#include <Util.h>
-#include <structmember.h>
using namespace std;
using namespace IcePy;
@@ -123,7 +122,7 @@ tcpConnectionInfoGetter(ConnectionInfoObject* self, void* closure)
#ifdef WIN32
extern "C"
-#endif
+#endif
static PyObject*
udpConnectionInfoGetter(ConnectionInfoObject* self, void* closure)
{