From 93f82e365872cd67013378c8d7e9bdf0b5e0a637 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Wed, 30 May 2012 13:37:53 +0200 Subject: [PATCH] Consider proxy-subclass.h as a meta header That header can be included directly, so proxy.h would #error. https://bugs.freedesktop.org/show_bug.cgi?id=49384 --- telepathy-glib/proxy-subclass.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/telepathy-glib/proxy-subclass.h b/telepathy-glib/proxy-subclass.h index 7399954..0602738 100644 --- a/telepathy-glib/proxy-subclass.h +++ b/telepathy-glib/proxy-subclass.h @@ -23,6 +23,8 @@ #ifndef __TP_PROXY_SUBCLASS_H__ #define __TP_PROXY_SUBCLASS_H__ +#define _TP_IN_META_HEADER + #include G_BEGIN_DECLS @@ -78,4 +80,6 @@ void tp_proxy_init_known_interfaces (void); G_END_DECLS +#undef _TP_IN_META_HEADER + #endif /* #ifndef __TP_PROXY_SUBCLASS_H__*/ -- 1.7.9.5