aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-03-07 18:04:28 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-03-07 18:38:47 +0800
commit608d11794fbf61068c5b02954b4732f84c39449a (patch)
tree74fe0f25b962e4c84a1a228b2e5c70cfd626660d
parente96e1ffc1f42d3b9e1c8d79884eb679737c758d9 (diff)
downloadgsoc2013-empathy-608d11794fbf61068c5b02954b4732f84c39449a.tar
gsoc2013-empathy-608d11794fbf61068c5b02954b4732f84c39449a.tar.gz
gsoc2013-empathy-608d11794fbf61068c5b02954b4732f84c39449a.tar.bz2
gsoc2013-empathy-608d11794fbf61068c5b02954b4732f84c39449a.tar.lz
gsoc2013-empathy-608d11794fbf61068c5b02954b4732f84c39449a.tar.xz
gsoc2013-empathy-608d11794fbf61068c5b02954b4732f84c39449a.tar.zst
gsoc2013-empathy-608d11794fbf61068c5b02954b4732f84c39449a.zip
add missing config.h includes
-rw-r--r--libempathy/empathy-connection-managers.c1
-rw-r--r--libempathy/empathy-ft-handler.c2
-rw-r--r--libempathy/empathy-presence-manager.c4
-rw-r--r--libempathy/empathy-server-sasl-handler.c2
-rw-r--r--libempathy/empathy-server-tls-handler.c2
-rw-r--r--src/empathy-call-factory.c1
-rw-r--r--src/empathy-call-handler.c1
-rw-r--r--src/empathy-streamed-media-factory.c1
-rw-r--r--src/empathy-streamed-media-handler.c1
-rw-r--r--src/empathy-video-src.c1
10 files changed, 14 insertions, 2 deletions
diff --git a/libempathy/empathy-connection-managers.c b/libempathy/empathy-connection-managers.c
index a45731686..a856b1fd1 100644
--- a/libempathy/empathy-connection-managers.c
+++ b/libempathy/empathy-connection-managers.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-ft-handler.c b/libempathy/empathy-ft-handler.c
index c701b193d..effbf81bc 100644
--- a/libempathy/empathy-ft-handler.c
+++ b/libempathy/empathy-ft-handler.c
@@ -21,6 +21,8 @@
/* empathy-ft-handler.c */
+#include "config.h"
+
#include <glib.h>
#include <glib/gi18n.h>
#include <telepathy-glib/account-channel-request.h>
diff --git a/libempathy/empathy-presence-manager.c b/libempathy/empathy-presence-manager.c
index 22af1ec7b..9b1a39217 100644
--- a/libempathy/empathy-presence-manager.c
+++ b/libempathy/empathy-presence-manager.c
@@ -18,9 +18,9 @@
* Authors: Xavier Claessens <xclaesse@gmail.com>
*/
-#include "empathy-presence-manager.h"
+#include "config.h"
-#include <config.h>
+#include "empathy-presence-manager.h"
#include <string.h>
diff --git a/libempathy/empathy-server-sasl-handler.c b/libempathy/empathy-server-sasl-handler.c
index 117d88f03..1518f3374 100644
--- a/libempathy/empathy-server-sasl-handler.c
+++ b/libempathy/empathy-server-sasl-handler.c
@@ -17,6 +17,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "config.h"
+
#include "empathy-server-sasl-handler.h"
#include <telepathy-glib/telepathy-glib.h>
diff --git a/libempathy/empathy-server-tls-handler.c b/libempathy/empathy-server-tls-handler.c
index 31afa276c..b19e9cfde 100644
--- a/libempathy/empathy-server-tls-handler.c
+++ b/libempathy/empathy-server-tls-handler.c
@@ -18,6 +18,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "config.h"
+
#include "empathy-server-tls-handler.h"
#include <telepathy-glib/interfaces.h>
diff --git a/src/empathy-call-factory.c b/src/empathy-call-factory.c
index 8ae66812f..95c828d94 100644
--- a/src/empathy-call-factory.c
+++ b/src/empathy-call-factory.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/src/empathy-call-handler.c b/src/empathy-call-handler.c
index 7fac79965..33ae9c709 100644
--- a/src/empathy-call-handler.c
+++ b/src/empathy-call-handler.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/src/empathy-streamed-media-factory.c b/src/empathy-streamed-media-factory.c
index 1c25ae253..713d441df 100644
--- a/src/empathy-streamed-media-factory.c
+++ b/src/empathy-streamed-media-factory.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/src/empathy-streamed-media-handler.c b/src/empathy-streamed-media-handler.c
index 0caa3988f..5e2cac50f 100644
--- a/src/empathy-streamed-media-handler.c
+++ b/src/empathy-streamed-media-handler.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/src/empathy-video-src.c b/src/empathy-video-src.c
index 3b9e6f8fc..8c9c75015 100644
--- a/src/empathy-video-src.c
+++ b/src/empathy-video-src.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>