diff options
author | Alan Hourihane <alanh@tungstengraphics.com> | 2008-04-26 16:23:19 +0100 |
---|---|---|
committer | Alan Hourihane <alanh@tungstengraphics.com> | 2008-04-26 16:23:19 +0100 |
commit | 9e8c0e3356bc6359368b7655d3a717d6c000387e (patch) | |
tree | 853566a72f882437ba35473df0d44c5a12720cf7 | |
parent | 568c5ea02ee1de437833ee0b53a7b3fd7ece084f (diff) |
fix build for MAKEWORD
-rwxr-xr-x[-rw-r--r--] | Xtransutil.c | 4 |
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 |