From da3e7fd287d4d6c4e080fc230a567862431a565d Mon Sep 17 00:00:00 2001
From: Ulrich Sibiller <uli42@gmx.de>
Date: Sat, 27 Aug 2016 02:13:02 +0200
Subject: Xutil.h: Fix wrong include path

---
 nx-X11/lib/X11/Xutil.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
cgit v1.2.3