diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-12-29 17:27:47 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-12-29 17:41:24 +0100 |
commit | 9618380bde0b1e9bdc757055b378d93cac9d377f (patch) | |
tree | cb98b6673722a65af86f753247f59b38fb44474c /nx-X11/lib/X11/Xutil.h | |
parent | eafc94f1692e68e988ce70600440ccd01aa47b5a (diff) | |
download | nx-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/lib/X11/Xutil.h')
-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 8c877e697..d3c991944 100644 --- a/nx-X11/lib/X11/Xutil.h +++ b/nx-X11/lib/X11/Xutil.h @@ -51,7 +51,7 @@ SOFTWARE. #ifndef _XUTIL_H_ #define _XUTIL_H_ -/* You must include <X11/Xlib.h> before including this file */ +/* You must include <nx-X11/Xlib.h> before including this file */ #include <nx-X11/Xlib.h> /* |