telepathy-gabble: Include missing config.h at the beginning of jingle-info. c
Simon McVittie
smcv at kemper.freedesktop.org
Wed May 30 05:56:30 PDT 2012
Module: telepathy-gabble
Branch: master
Commit: 89751765986de2390c53e83ec41a4ea59aabd62c
URL: http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=89751765986de2390c53e83ec41a4ea59aabd62c
Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date: Wed May 30 13:56:20 2012 +0100
Include missing config.h at the beginning of jingle-info.c
---
src/jingle-info.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/jingle-info.c b/src/jingle-info.c
index 7aed3bb..bd1f686 100644
--- a/src/jingle-info.c
+++ b/src/jingle-info.c
@@ -17,6 +17,8 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
+#include "config.h"
+
#include "jingle-info.h"
#include <stdlib.h>
More information about the telepathy-commits
mailing list