[empathy] Include config.h in a bunch of files
- From: Guillaume Desmottes <gdesmott src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [empathy] Include config.h in a bunch of files
- Date: Tue, 25 Oct 2011 09:51:29 +0000 (UTC)
commit 957f3d330db1409d7fd00e283d28878cd2c791ef
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date: Tue Oct 25 11:44:19 2011 +0200
Include config.h in a bunch of files
They use deprecated API (g_mutex_new) but we still want to use it for now so
they need to have GLIB_DISABLE_DEPRECATION_WARNINGS defined.
src/empathy-audio-src.c | 1 +
src/empathy-call-window.c | 1 +
src/empathy-streamed-media-window.c | 1 +
src/empathy-video-widget.c | 1 +
4 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/empathy-audio-src.c b/src/empathy-audio-src.c
index 916f3cd..bd3c433 100644
--- a/src/empathy-audio-src.c
+++ b/src/empathy-audio-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>
diff --git a/src/empathy-call-window.c b/src/empathy-call-window.c
index f7efe37..2db7372 100644
--- a/src/empathy-call-window.c
+++ b/src/empathy-call-window.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-window.c b/src/empathy-streamed-media-window.c
index 27d2884..c74910b 100644
--- a/src/empathy-streamed-media-window.c
+++ b/src/empathy-streamed-media-window.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-widget.c b/src/empathy-video-widget.c
index 492e192..ec26f19 100644
--- a/src/empathy-video-widget.c
+++ b/src/empathy-video-widget.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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]