aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/include/Xthreads.h
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/include/Xthreads.h')
-rw-r--r--nx-X11/include/Xthreads.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/include/Xthreads.h b/nx-X11/include/Xthreads.h
index 54b5440ad..41440a2fb 100644
--- a/nx-X11/include/Xthreads.h
+++ b/nx-X11/include/Xthreads.h
@@ -98,7 +98,7 @@ extern xthread_t (*_x11_thr_self)();
#define xcondition_broadcast(cv) cond_broadcast(cv)
#else /* !SVR4 */
#ifdef WIN32
-#include <X11/Xwindows.h>
+#include <nx-X11/Xwindows.h>
typedef DWORD xthread_t;
typedef DWORD xthread_key_t;
struct _xthread_waiter {