diff options
Diffstat (limited to 'nx-X11/lib/X11/locking.h')
-rw-r--r-- | nx-X11/lib/X11/locking.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nx-X11/lib/X11/locking.h b/nx-X11/lib/X11/locking.h index 7126e61d8..0942b95aa 100644 --- a/nx-X11/lib/X11/locking.h +++ b/nx-X11/lib/X11/locking.h @@ -36,6 +36,8 @@ in this Software without prior written authorization from The Open Group. #define xmalloc(s) Xmalloc(s) #define xfree(s) Xfree(s) +#include <nx-X11/Xlib.h> +#include <nx-X11/Xlibint.h> #include <nx-X11/Xthreads.h> struct _XCVList { |