diff options
-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> |