diff options
author | Julien Danjou <julien@danjou.info> | 2008-09-16 11:03:23 +0200 |
---|---|---|
committer | Julien Danjou <julien@danjou.info> | 2008-09-16 11:04:26 +0200 |
commit | 078a8bd31fcff7624b22fb6466000059aa4324c3 (patch) | |
tree | 348860beea4ab0697e6e8f8d3f45961c131a6572 /atom | |
parent | 86c7de41d7c5202d4a82d8e7fa5897b5e1dd2614 (diff) |
atom: include xcb headers
Signed-off-by: Julien Danjou <julien@danjou.info>
Diffstat (limited to 'atom')
-rw-r--r-- | atom/xcb_atom.h.m4 | 8 |
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__ */ |