aboutsummaryrefslogtreecommitdiffstats
path: root/make/stub_includes/x11/X11/Xutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'make/stub_includes/x11/X11/Xutil.h')
-rw-r--r--make/stub_includes/x11/X11/Xutil.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/make/stub_includes/x11/X11/Xutil.h b/make/stub_includes/x11/X11/Xutil.h
index 017f8fb98..32c8d5be5 100644
--- a/make/stub_includes/x11/X11/Xutil.h
+++ b/make/stub_includes/x11/X11/Xutil.h
@@ -1,3 +1,6 @@
+#ifndef _XUTIL_H_
+#define _XUTIL_H_
+
#include <X11/X.h>
#include <X11/Xlib.h>
@@ -30,3 +33,5 @@ typedef struct {
#define VisualColormapSizeMask 0x80
#define VisualBitsPerRGBMask 0x100
#define VisualAllMask 0x1FF
+
+#endif /* #defined _XUTIL_H_ */