diff options
Diffstat (limited to 'clang-plugin/gir-attributes.h')
-rw-r--r-- | clang-plugin/gir-attributes.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/clang-plugin/gir-attributes.h b/clang-plugin/gir-attributes.h index f17b75a..e12165e 100644 --- a/clang-plugin/gir-attributes.h +++ b/clang-plugin/gir-attributes.h @@ -20,6 +20,9 @@ * Philip Withnall <philip.withnall@collabora.co.uk> */ +#ifndef GNOME_CLANG_GIR_ATTRIBUTES_H +#define GNOME_CLANG_GIR_ATTRIBUTES_H + #include <clang/AST/AST.h> #include <clang/AST/ASTConsumer.h> @@ -53,3 +56,5 @@ private: public: virtual bool HandleTopLevelDecl (DeclGroupRef decl_group); }; + +#endif /* !GNOME_CLANG_GIR_ATTRIBUTES_H */ |