diff options
author | Ulrich Sibiller <uli42@gmx.de> | 2016-08-27 02:13:02 +0200 |
---|---|---|
committer | Ulrich Sibiller <uli42@gmx.de> | 2016-10-10 22:52:31 +0200 |
commit | da3e7fd287d4d6c4e080fc230a567862431a565d (patch) | |
tree | 07566a8b44c835d51461df5011cf6d10137ee282 /nx-X11/lib | |
parent | d3ae0b2c9559e70448746240caaf5634c78d0eef (diff) | |
download | nx-libs-da3e7fd287d4d6c4e080fc230a567862431a565d.tar.gz nx-libs-da3e7fd287d4d6c4e080fc230a567862431a565d.tar.bz2 nx-libs-da3e7fd287d4d6c4e080fc230a567862431a565d.zip |
Xutil.h: Fix wrong include path
Diffstat (limited to 'nx-X11/lib')
-rw-r--r-- | nx-X11/lib/X11/Xutil.h | 2 |
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 |