aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2016-08-27 02:13:02 +0200
committerUlrich Sibiller <uli42@gmx.de>2016-10-10 22:52:31 +0200
commitda3e7fd287d4d6c4e080fc230a567862431a565d (patch)
tree07566a8b44c835d51461df5011cf6d10137ee282
parentd3ae0b2c9559e70448746240caaf5634c78d0eef (diff)
downloadnx-libs-da3e7fd287d4d6c4e080fc230a567862431a565d.tar.gz
nx-libs-da3e7fd287d4d6c4e080fc230a567862431a565d.tar.bz2
nx-libs-da3e7fd287d4d6c4e080fc230a567862431a565d.zip
Xutil.h: Fix wrong include path
-rw-r--r--nx-X11/lib/X11/Xutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/lib/X11/Xutil.h b/nx-X11/lib/X11/Xutil.h
index 13ccfe67c..2b90005d7 100644
--- a/nx-X11/lib/X11/Xutil.h
+++ b/nx-X11/lib/X11/Xutil.h
@@ -52,7 +52,7 @@ SOFTWARE.
/* You must include <nx-X11/Xlib.h> before including this file */
#include <nx-X11/Xlib.h>
-#include <X11/keysym.h>
+#include <nx-X11/keysym.h>
/*
* Bitmask returned by XParseGeometry(). Each bit tells if the corresponding