diff options
Diffstat (limited to 'nx-X11/lib/X11/util')
-rw-r--r-- | nx-X11/lib/X11/util/makekeys.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nx-X11/lib/X11/util/makekeys.c b/nx-X11/lib/X11/util/makekeys.c index 0b0ad9e2c..d2a7b4aef 100644 --- a/nx-X11/lib/X11/util/makekeys.c +++ b/nx-X11/lib/X11/util/makekeys.c @@ -31,9 +31,9 @@ from The Open Group. /* Constructs hash tables for XStringToKeysym and XKeysymToString. */ -#include <X11/X.h> -#include <X11/Xos.h> -#include <X11/keysymdef.h> +#include <nx-X11/X.h> +#include <nx-X11/Xos.h> +#include <nx-X11/keysymdef.h> #include <stdio.h> #include <stdlib.h> #if defined(macII) && !defined(__STDC__) /* stdlib.h fails to define these */ |