comparison mcabber/mcabber/api.h @ 2037:96c0d8afdbe6

api.h should include glib header
author Myhailo Danylenko <isbear@ukrpost.net>
date Thu, 22 Nov 2012 00:59:19 +0200
parents 99db5d4ed047
children 0cb8ea02e472
comparison
equal deleted inserted replaced
2036:f8958ab545ac 2037:96c0d8afdbe6
1 #ifndef __MCABBER_API_H__ 1 #ifndef __MCABBER_API_H__
2 #define __MCABBER_API_H__ 1 2 #define __MCABBER_API_H__ 1
3 3
4 #include <glib.h>
4 #include <mcabber/config.h> // For MCABBER_BRANCH 5 #include <mcabber/config.h> // For MCABBER_BRANCH
5 6
6 #define MCABBER_API_VERSION 23 7 #define MCABBER_API_VERSION 23
7 #define MCABBER_API_MIN 21 8 #define MCABBER_API_MIN 21
8 9