api.h should include glib header
authorMyhailo Danylenko <isbear@ukrpost.net>
Thu, 22 Nov 2012 00:59:19 +0200
changeset 2037 96c0d8afdbe6
parent 2036 f8958ab545ac
child 2038 5d5af91a0a69
api.h should include glib header
mcabber/mcabber/api.h
--- a/mcabber/mcabber/api.h	Mon Oct 15 19:53:02 2012 +0200
+++ b/mcabber/mcabber/api.h	Thu Nov 22 00:59:19 2012 +0200
@@ -1,6 +1,7 @@
 #ifndef __MCABBER_API_H__
 #define __MCABBER_API_H__ 1
 
+#include <glib.h>
 #include <mcabber/config.h> // For MCABBER_BRANCH
 
 #define MCABBER_API_VERSION 23