summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Pavlik <rpavlik@iastate.edu>2011-11-04 13:10:33 -0500
committerJon TURNEY <jon.turney@dronecode.org.uk>2012-11-28 21:13:29 +0000
commitbc9ae5dfcf97a6788aec16136fd8f14804685de1 (patch)
treef487fe06a3edd648fe06cb3d0e0e192162071ec3
parentf48062deebf0c30ebe0390f92979b53053399736 (diff)
os/xdmcp.c: fix _XSERVTransWSAStartup warningrpavlik-mingw-runtime-patches
Signed-off-by: Ryan Pavlik <rpavlik@iastate.edu>
-rw-r--r--os/xdmcp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/os/xdmcp.c b/os/xdmcp.c
index 87f04b455..f0c2414c6 100644
--- a/os/xdmcp.c
+++ b/os/xdmcp.c
@@ -19,6 +19,8 @@
#ifdef WIN32
#include <X11/Xwinsock.h>
+#define XSERV_t
+#include <X11/Xtrans/Xtrans.h>
#endif
#include <X11/Xos.h>