[empathy] add missing config.h



commit 0dcd0fc2081385dbe020e03a031af65372556c0c
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Tue Feb 7 12:54:55 2012 +0100

    add missing config.h
    
    Need to disable GLib deprecation warnings.

 libempathy/empathy-account-settings.c  |    1 +
 libempathy/empathy-tp-streamed-media.c |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/libempathy/empathy-account-settings.c b/libempathy/empathy-account-settings.c
index cf269bd..4d97956 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 388b3aa..f245dcf 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>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]