summaryrefslogtreecommitdiff
path: root/Xtransutil.c
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@tungstengraphics.com>2008-04-26 16:23:19 +0100
committerAlan Hourihane <alanh@tungstengraphics.com>2008-04-26 16:23:19 +0100
commit9e8c0e3356bc6359368b7655d3a717d6c000387e (patch)
tree853566a72f882437ba35473df0d44c5a12720cf7 /Xtransutil.c
parent568c5ea02ee1de437833ee0b53a7b3fd7ece084f (diff)
downloadxorg-lib-libxtrans-9e8c0e3356bc6359368b7655d3a717d6c000387e.tar.gz
fix build for MAKEWORD
Diffstat (limited to 'Xtransutil.c')
-rwxr-xr-x[-rw-r--r--]Xtransutil.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Xtransutil.c b/Xtransutil.c
index 9906367..f68b1e7 100644..100755
--- a/Xtransutil.c
+++ b/Xtransutil.c
@@ -57,6 +57,10 @@ from The Open Group.
#ifdef XTHREADS
#include <X11/Xthreads.h>
#endif
+#ifdef WIN32
+#include <X11/Xlibint.h>
+#include <X11/Xwinsock.h>
+#endif
#ifdef X11_t