changeset 2037:96c0d8afdbe6

api.h should include glib header
author Myhailo Danylenko <isbear@ukrpost.net>
date Thu, 22 Nov 2012 00:59:19 +0200
parents f8958ab545ac
children 5d5af91a0a69
files mcabber/mcabber/api.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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