diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-04-18 09:49:43 +0200 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-04-18 09:49:43 +0200 |
commit | 109fa9cf7375bc4f2f2ced2a9c0dfb551e471886 (patch) | |
tree | 440f6b7efce7bb67549310badf2ca720a27bdd12 /telepathy-glib/debug-client.c | |
parent | 7c4391801a12292165604b630485a9633ba787eb (diff) | |
download | telepathy-glib-109fa9cf7375bc4f2f2ced2a9c0dfb551e471886.tar.gz |
debug-client: add missing config.h include
Diffstat (limited to 'telepathy-glib/debug-client.c')
-rw-r--r-- | telepathy-glib/debug-client.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/telepathy-glib/debug-client.c b/telepathy-glib/debug-client.c index 8376f52c6..8418feef1 100644 --- a/telepathy-glib/debug-client.c +++ b/telepathy-glib/debug-client.c @@ -18,6 +18,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#include "config.h" + #include <telepathy-glib/debug-client.h> #include <telepathy-glib/debug-message-internal.h> #include <telepathy-glib/dbus.h> |