aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/X11/Xregion.h
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/lib/X11/Xregion.h')
-rw-r--r--nx-X11/lib/X11/Xregion.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/nx-X11/lib/X11/Xregion.h b/nx-X11/lib/X11/Xregion.h
index f555a8dd9..40bc3a75e 100644
--- a/nx-X11/lib/X11/Xregion.h
+++ b/nx-X11/lib/X11/Xregion.h
@@ -45,7 +45,8 @@ SOFTWARE.
************************************************************************/
-#ifndef _XREGION_H
+#if !defined(_X11_XREGION_H_) && !defined(_XREGION_H)
+#define _X11_XREGION_H_
#define _XREGION_H
typedef struct {
@@ -186,4 +187,4 @@ typedef struct _POINTBLOCK {
struct _POINTBLOCK *next;
} POINTBLOCK;
-#endif
+#endif /* !defined(_X11_XREGION_H_) && !defined(_XREGION_H) */