comparison xia-debug.h @ 12:a59a7fd5be70

Add missing includes
author Guido Berhoerster <guido+xinhibit-applet@berhoerster.name>
date Thu, 17 Apr 2014 10:48:09 +0200
parents 9a16bf50daba
children 14f31e92372f
comparison
equal deleted inserted replaced
11:4df0dc4dcc3d 12:a59a7fd5be70
22 */ 22 */
23 23
24 #ifndef __XIA_DEBUG_H 24 #ifndef __XIA_DEBUG_H
25 #define __XIA_DEBUG_H 25 #define __XIA_DEBUG_H
26 26
27 #include <glib.h>
28
27 G_BEGIN_DECLS 29 G_BEGIN_DECLS
28 30
29 void xia_debug_init(gboolean debug_mode); 31 void xia_debug_init(gboolean debug_mode);
30 32
31 G_END_DECLS 33 G_END_DECLS