aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/X11/Xutil.h
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2016-07-01 00:55:53 +0200
committerUlrich Sibiller <uli42@gmx.de>2016-07-01 15:56:28 +0200
commit232c7ad9146ce372afc2a1682dd01e3d65916c53 (patch)
treed348031a9f4b11d74d9b7ad651ae9fc781be9fb8 /nx-X11/lib/X11/Xutil.h
parente77e37ff0f97a5845fa0c634e978361541d7991f (diff)
downloadnx-libs-232c7ad9146ce372afc2a1682dd01e3d65916c53.tar.gz
nx-libs-232c7ad9146ce372afc2a1682dd01e3d65916c53.tar.bz2
nx-libs-232c7ad9146ce372afc2a1682dd01e3d65916c53.zip
avoid conflicts when mixing own includes with upstream includes
We might better change all guard defines with the ones upstream is using but for now this should also work.
Diffstat (limited to 'nx-X11/lib/X11/Xutil.h')
-rw-r--r--nx-X11/lib/X11/Xutil.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/nx-X11/lib/X11/Xutil.h b/nx-X11/lib/X11/Xutil.h
index d3c991944..a50f254bb 100644
--- a/nx-X11/lib/X11/Xutil.h
+++ b/nx-X11/lib/X11/Xutil.h
@@ -48,8 +48,9 @@ SOFTWARE.
******************************************************************/
/* $XFree86: xc/lib/X11/Xutil.h,v 3.6 2003/04/13 19:22:20 dawes Exp $ */
-#ifndef _XUTIL_H_
+#if !defined(_XUTIL_H_) && !defined(_X11_XUTIL_H_)
#define _XUTIL_H_
+#define _X11_XUTIL_H_
/* You must include <nx-X11/Xlib.h> before including this file */
#include <nx-X11/Xlib.h>