diff options
author | Stefano Karapetsas <[email protected]> | 2012-10-13 09:46:13 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-10-13 09:46:13 +0200 |
commit | 2b3a21fb01f6a198642218c744541814f5a7152b (patch) | |
tree | 730406ef9c9ab500bc897b154b6a258bfa7e112e | |
parent | 9a359133358ae402c98a7c90ac5b8de1f5706b02 (diff) | |
download | mate-panel-2b3a21fb01f6a198642218c744541814f5a7152b.tar.bz2 mate-panel-2b3a21fb01f6a198642218c744541814f5a7152b.tar.xz |
fix build with dconf >= 0.13
-rw-r--r-- | mate-panel/libpanel-util/panel-dconf.c | 4 |
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> |