summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2012-10-13 09:46:13 +0200
committerStefano Karapetsas <[email protected]>2012-10-13 09:46:13 +0200
commit2b3a21fb01f6a198642218c744541814f5a7152b (patch)
tree730406ef9c9ab500bc897b154b6a258bfa7e112e
parent9a359133358ae402c98a7c90ac5b8de1f5706b02 (diff)
downloadmate-panel-2b3a21fb01f6a198642218c744541814f5a7152b.tar.bz2
mate-panel-2b3a21fb01f6a198642218c744541814f5a7152b.tar.xz
fix build with dconf >= 0.13
-rw-r--r--mate-panel/libpanel-util/panel-dconf.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/mate-panel/libpanel-util/panel-dconf.c b/mate-panel/libpanel-util/panel-dconf.c
index 21830da9..c7741373 100644
--- a/mate-panel/libpanel-util/panel-dconf.c
+++ b/mate-panel/libpanel-util/panel-dconf.c
@@ -23,6 +23,10 @@
* Stefano Karapetsas <[email protected]>
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <string.h>
#include <dconf.h>