telepathy-mission-control: Add missing config.h include to ignore tp-glib 0 .20 deprecations
Xavier Claessens
xclaesse at kemper.freedesktop.org
Thu Jul 12 02:15:08 PDT 2012
Module: telepathy-mission-control
Branch: master
Commit: c39128f213943b1f6f074a0b617ba7592fc8e846
URL: http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=c39128f213943b1f6f074a0b617ba7592fc8e846
Author: Xavier Claessens <xavier.claessens at collabora.co.uk>
Date: Thu Jul 12 11:11:54 2012 +0200
Add missing config.h include to ignore tp-glib 0.20 deprecations
---
util/mc-tool.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/util/mc-tool.c b/util/mc-tool.c
index 1a11488..4a8a330 100644
--- a/util/mc-tool.c
+++ b/util/mc-tool.c
@@ -22,6 +22,8 @@
*
*/
+#include "config.h"
+
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
More information about the telepathy-commits
mailing list