summaryrefslogtreecommitdiff
path: root/telepathy-glib/call-stream.c
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.co.uk>2012-02-06 14:42:20 +0100
committerXavier Claessens <xavier.claessens@collabora.co.uk>2012-02-06 14:42:20 +0100
commit005655ae50db78c801edaef73bd19cc66eadc772 (patch)
treeef8dcd8e3f2b5e31e8ff789896b3911d5db4f7e5 /telepathy-glib/call-stream.c
parentb978d265c7e7fde904976f432d7b519dd58aec9d (diff)
downloadtelepathy-glib-005655ae50db78c801edaef73bd19cc66eadc772.tar.gz
Add config.h include in all call source files
Diffstat (limited to 'telepathy-glib/call-stream.c')
-rw-r--r--telepathy-glib/call-stream.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-glib/call-stream.c b/telepathy-glib/call-stream.c
index ab45338f7..0ccbe7cc8 100644
--- a/telepathy-glib/call-stream.c
+++ b/telepathy-glib/call-stream.c
@@ -43,9 +43,9 @@
* Since: 0.UNRELEASED
*/
-#include "telepathy-glib/call-stream.h"
+#include "config.h"
-#include <config.h>
+#include "telepathy-glib/call-stream.h"
#include <telepathy-glib/call-misc.h>
#include <telepathy-glib/dbus.h>