/soc/2012/michael/android: 1237a9947a11: Added an include of gli...
Michael Zangl
michael at soc.pidgin.im
Tue Jul 17 11:16:54 EDT 2012
Changeset: 1237a9947a11195bc29a96a894a2e77407b5577d
Author: Michael Zangl <michael at soc.pidgin.im>
Date: 2012-07-17 17:04 +0200
Branch: default
URL: http://hg.pidgin.im/soc/2012/michael/android/rev/1237a9947a11
Description:
Added an include of glib.h to core.h
diffstat:
libpurple/core.h | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diffs (12 lines):
diff --git a/libpurple/core.h b/libpurple/core.h
--- a/libpurple/core.h
+++ b/libpurple/core.h
@@ -37,6 +37,8 @@
#ifndef _PURPLE_CORE_H_
#define _PURPLE_CORE_H_
+#include <glib.h>
+
typedef struct PurpleCore PurpleCore;
/** Callbacks that fire at different points of the initialization and teardown
More information about the Commits
mailing list