diff options
Diffstat (limited to 'nx-X11/lib/X11/XKB.c')
-rw-r--r-- | nx-X11/lib/X11/XKB.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/lib/X11/XKB.c b/nx-X11/lib/X11/XKB.c index ecc5ddf0a..413a51eb6 100644 --- a/nx-X11/lib/X11/XKB.c +++ b/nx-X11/lib/X11/XKB.c @@ -33,7 +33,7 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE. #define NEED_REPLIES #define NEED_EVENTS #include "Xlibint.h" -#include <X11/extensions/XKBproto.h> +#include <nx-X11/extensions/XKBproto.h> #include "XKBlibint.h" XkbInternAtomFunc _XkbInternAtomFunc= XInternAtom; |