summaryrefslogtreecommitdiff
path: root/atom/xcb_atom.h.m4
diff options
context:
space:
mode:
Diffstat (limited to 'atom/xcb_atom.h.m4')
-rw-r--r--atom/xcb_atom.h.m48
1 files changed, 5 insertions, 3 deletions
diff --git a/atom/xcb_atom.h.m4 b/atom/xcb_atom.h.m4
index c4f8889..d4957c5 100644
--- a/atom/xcb_atom.h.m4
+++ b/atom/xcb_atom.h.m4
@@ -1,5 +1,7 @@
-#ifndef ATOMS_H
-#define ATOMS_H
+#ifndef __XCB_ATOM_H__
+#define __XCB_ATOM_H__
+
+#include <xcb/xcb.h>
enum xcb_atom_fast_tag_t {
TAG_COOKIE,
@@ -27,4 +29,4 @@ char *xcb_atom_name_unique(const char *base, uint32_t id);
define(`DO', `extern const xcb_atom_t $1;')dnl
include(atomlist.m4)`'dnl
-#endif /* ATOMS_H */
+#endif /* __XCB_ATOM_H__ */