diff options
Diffstat (limited to 'nx-X11/lib/X11/locking.h')
-rw-r--r-- | nx-X11/lib/X11/locking.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/lib/X11/locking.h b/nx-X11/lib/X11/locking.h index 96c99b972..4b847ded6 100644 --- a/nx-X11/lib/X11/locking.h +++ b/nx-X11/lib/X11/locking.h @@ -38,7 +38,7 @@ in this Software without prior written authorization from The Open Group. #define xmalloc(s) Xmalloc(s) #define xfree(s) Xfree(s) -#include <X11/Xthreads.h> +#include <nx-X11/Xthreads.h> struct _XCVList { xcondition_t cv; |