diff options
author | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2012-02-06 13:55:59 +0100 |
---|---|---|
committer | Xavier Claessens <xavier.claessens@collabora.co.uk> | 2012-02-06 14:24:53 +0100 |
commit | 6d3b611885665f46356623ccb296fe97a8bd8b6a (patch) | |
tree | 4f0aae11448532687889896fffb99e516ac6e65b /telepathy-glib/channel-iface.c | |
parent | 5e2385d21d4c9b4fb268426f2a29cbd301e76e7f (diff) | |
download | telepathy-glib-6d3b611885665f46356623ccb296fe97a8bd8b6a.tar.gz |
Add config.h include in all source files
Diffstat (limited to 'telepathy-glib/channel-iface.c')
-rw-r--r-- | telepathy-glib/channel-iface.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/telepathy-glib/channel-iface.c b/telepathy-glib/channel-iface.c index 8331a0481..f673a1c31 100644 --- a/telepathy-glib/channel-iface.c +++ b/telepathy-glib/channel-iface.c @@ -29,6 +29,8 @@ * used in #TpChannelFactoryIface to represent the returned channel objects. */ +#include "config.h" + #include <telepathy-glib/channel-iface.h> #include <telepathy-glib/handle.h> |