summaryrefslogtreecommitdiff
path: root/xfconf
diff options
context:
space:
mode:
authorBrian Tarricone <brian@tarricone.org>2008-04-05 15:58:36 +0000
committerBrian Tarricone <brian@tarricone.org>2008-04-05 15:58:36 +0000
commit5283f8846819fb0c605a5624d70edaf13367970f (patch)
tree00a086a0b58109caa6583c6de1be5d0f359d60e9 /xfconf
parentc563cc78375831b9d7643e0a5816134c8cf00dcc (diff)
downloadxfconf-5283f8846819fb0c605a5624d70edaf13367970f.tar.gz
add missing xfconf-types.h include to main header
(Old svn revision: 26784)
Diffstat (limited to 'xfconf')
-rw-r--r--xfconf/xfconf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/xfconf/xfconf.h b/xfconf/xfconf.h
index a7d600d..98c3d0d 100644
--- a/xfconf/xfconf.h
+++ b/xfconf/xfconf.h
@@ -26,6 +26,7 @@
#include <xfconf/xfconf-channel.h>
#include <xfconf/xfconf-errors.h>
+#include <xfconf/xfconf-types.h>
G_BEGIN_DECLS