aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/include/X.h
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-12-29 17:27:47 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-12-29 17:41:24 +0100
commit9618380bde0b1e9bdc757055b378d93cac9d377f (patch)
treecb98b6673722a65af86f753247f59b38fb44474c /nx-X11/include/X.h
parenteafc94f1692e68e988ce70600440ccd01aa47b5a (diff)
downloadnx-libs-9618380bde0b1e9bdc757055b378d93cac9d377f.tar.gz
nx-libs-9618380bde0b1e9bdc757055b378d93cac9d377f.tar.bz2
nx-libs-9618380bde0b1e9bdc757055b378d93cac9d377f.zip
X11/nx-X11 clear-up: More places where we need to explicitly distinguish between X11 and nx-X11 namespace regarding header include paths.
Diffstat (limited to 'nx-X11/include/X.h')
-rw-r--r--nx-X11/include/X.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nx-X11/include/X.h b/nx-X11/include/X.h
index 0a9c501fb..2dbebdaea 100644
--- a/nx-X11/include/X.h
+++ b/nx-X11/include/X.h
@@ -81,7 +81,7 @@ typedef unsigned long Atom; /* Also in Xdefs.h */
typedef unsigned long VisualID;
typedef unsigned long Time;
#else
-# include <X11/Xmd.h>
+# include <nx-X11/Xmd.h>
# ifndef _XTYPEDEF_XID
# define _XTYPEDEF_XID
typedef CARD32 XID;