# HG changeset patch # User Guido Berhoerster # Date 1397724489 -7200 # Node ID a59a7fd5be70f682653bcf7897d27490957f697e # Parent 4df0dc4dcc3d1472f92f6f6df857f0ed7e9de3ce Add missing includes diff -r 4df0dc4dcc3d -r a59a7fd5be70 xia-debug.h --- a/xia-debug.h Fri Feb 07 17:54:41 2014 +0100 +++ b/xia-debug.h Thu Apr 17 10:48:09 2014 +0200 @@ -24,6 +24,8 @@ #ifndef __XIA_DEBUG_H #define __XIA_DEBUG_H +#include + G_BEGIN_DECLS void xia_debug_init(gboolean debug_mode); diff -r 4df0dc4dcc3d -r a59a7fd5be70 xia-inhibitor.h --- a/xia-inhibitor.h Fri Feb 07 17:54:41 2014 +0100 +++ b/xia-inhibitor.h Thu Apr 17 10:48:09 2014 +0200 @@ -24,6 +24,7 @@ #ifndef __XIA_INHIBITOR_H #define __XIA_INHIBITOR_H +#include #include G_BEGIN_DECLS