aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-02-07 19:54:55 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-02-07 19:54:57 +0800
commit0dcd0fc2081385dbe020e03a031af65372556c0c (patch)
tree33de8b349ffae1dc6e571a65d7f75b4da77b7dfe /libempathy
parent914b18075a53425c03771e62bdfdf7431f43369f (diff)
downloadgsoc2013-empathy-0dcd0fc2081385dbe020e03a031af65372556c0c.tar
gsoc2013-empathy-0dcd0fc2081385dbe020e03a031af65372556c0c.tar.gz
gsoc2013-empathy-0dcd0fc2081385dbe020e03a031af65372556c0c.tar.bz2
gsoc2013-empathy-0dcd0fc2081385dbe020e03a031af65372556c0c.tar.lz
gsoc2013-empathy-0dcd0fc2081385dbe020e03a031af65372556c0c.tar.xz
gsoc2013-empathy-0dcd0fc2081385dbe020e03a031af65372556c0c.tar.zst
gsoc2013-empathy-0dcd0fc2081385dbe020e03a031af65372556c0c.zip
add missing config.h
Need to disable GLib deprecation warnings.
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-account-settings.c1
-rw-r--r--libempathy/empathy-tp-streamed-media.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/libempathy/empathy-account-settings.c b/libempathy/empathy-account-settings.c
index cf269bdc8..4d9795686 100644
--- a/libempathy/empathy-account-settings.c
+++ b/libempathy/empathy-account-settings.c
@@ -18,6 +18,7 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "config.h"
#include <stdio.h>
#include <stdlib.h>
diff --git a/libempathy/empathy-tp-streamed-media.c b/libempathy/empathy-tp-streamed-media.c
index 388b3aa00..f245dcfd5 100644
--- a/libempathy/empathy-tp-streamed-media.c
+++ b/libempathy/empathy-tp-streamed-media.c
@@ -20,6 +20,8 @@
* Xavier Claessens <xclaesse@gmail.com>
*/
+#include "config.h"
+
#include <string.h>
#include <telepathy-glib/proxy-subclass.h>