diff options
Diffstat (limited to 'Xtransutil.c')
-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 |