aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/include/extensions/XKBstr.h
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/include/extensions/XKBstr.h')
-rw-r--r--nx-X11/include/extensions/XKBstr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/include/extensions/XKBstr.h b/nx-X11/include/extensions/XKBstr.h
index 6131c931c..77666f6aa 100644
--- a/nx-X11/include/extensions/XKBstr.h
+++ b/nx-X11/include/extensions/XKBstr.h
@@ -28,7 +28,7 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
#ifndef _XKBSTR_H_
#define _XKBSTR_H_
-#include <X11/extensions/XKB.h>
+#include <nx-X11/extensions/XKB.h>
#define XkbCharToInt(v) ((v)&0x80?(int)((v)|(~0xff)):(int)((v)&0x7f))
#define XkbIntTo2Chars(i,h,l) (((h)=((i>>8)&0xff)),((l)=((i)&0xff)))