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/Xau | |
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/Xau')
-rw-r--r-- | nx-X11/lib/Xau/Xauth.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nx-X11/lib/Xau/Xauth.h b/nx-X11/lib/Xau/Xauth.h index fa9c96bf8..7ac8bf77b 100644 --- a/nx-X11/lib/Xau/Xauth.h +++ b/nx-X11/lib/Xau/Xauth.h @@ -45,8 +45,8 @@ typedef struct xauth { #ifndef _XAUTH_STRUCT_ONLY -# include <X11/Xfuncproto.h> -# include <X11/Xfuncs.h> +# include <nx-X11/Xfuncproto.h> +# include <nx-X11/Xfuncs.h> # include <stdio.h> |