aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/X11/Xcms.h
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/lib/X11/Xcms.h')
-rw-r--r--nx-X11/lib/X11/Xcms.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/nx-X11/lib/X11/Xcms.h b/nx-X11/lib/X11/Xcms.h
index 4ec2e4ead..70166cbbd 100644
--- a/nx-X11/lib/X11/Xcms.h
+++ b/nx-X11/lib/X11/Xcms.h
@@ -26,7 +26,8 @@
* DESCRIPTION
* Public include file for X Color Management System
*/
-#ifndef _XCMS_H_
+#if !defined(_X11_XCMS_H_) && !defined(_XCMS_H_)
+#define _X11_XCMS_H_
#define _XCMS_H_
#include <nx-X11/Xlib.h>
@@ -800,4 +801,4 @@ extern Visual *XcmsVisualOfCCC (
_XFUNCPROTOEND
-#endif /* _XCMS_H_ */
+#endif /* !defined(_X11_XCMS_H_) && !defined(_XCMS_H_) */