fix-api-h.diff
changeset 55 8f5cf5969e25
parent 53 577410087c82
equal deleted inserted replaced
54:8688a72eb1ac 55:8f5cf5969e25
       
     1 # HG changeset patch
       
     2 # Parent f8958ab545ac1af3e3fbc3b3b025de66fd1ffa51
       
     3 api.h should include glib header
       
     4 
       
     5 diff -r f8958ab545ac -r c6fafa6e6be9 mcabber/mcabber/api.h
       
     6 --- a/mcabber/mcabber/api.h	Mon Oct 15 19:53:02 2012 +0200
       
     7 +++ b/mcabber/mcabber/api.h	Thu Oct 18 21:48:25 2012 +0300
       
     8 @@ -1,6 +1,7 @@
       
     9  #ifndef __MCABBER_API_H__
       
    10  #define __MCABBER_API_H__ 1
       
    11  
       
    12 +#include <glib.h>
       
    13  #include <mcabber/config.h> // For MCABBER_BRANCH
       
    14  
       
    15  #define MCABBER_API_VERSION 23