diff options
Diffstat (limited to 'widgets/misc/e-alert-bar.c')
-rw-r--r-- | widgets/misc/e-alert-bar.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/widgets/misc/e-alert-bar.c b/widgets/misc/e-alert-bar.c index 3ff4649079..7ec731e90d 100644 --- a/widgets/misc/e-alert-bar.c +++ b/widgets/misc/e-alert-bar.c @@ -16,9 +16,12 @@ * */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include "e-alert-bar.h" -#include <config.h> #include <glib/gi18n-lib.h> /* GTK_ICON_SIZE_DIALOG is a tad too big. */ |