/soc/2013/ankitkv/gobjectification: 1dfc0cdbeb8e: Included glib....
Ankit Vani
a at nevitus.org
Tue Aug 27 18:09:46 EDT 2013
Changeset: 1dfc0cdbeb8e8251bd5d34b9ab8172a5fb425e67
Author: Ankit Vani <a at nevitus.org>
Date: 2013-08-28 03:38 +0530
Branch: soc.2013.gobjectification
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/1dfc0cdbeb8e
Description:
Included glib.h in 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