diff options
Diffstat (limited to 'e-util/e-alert-sink.c')
-rw-r--r-- | e-util/e-alert-sink.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/e-util/e-alert-sink.c b/e-util/e-alert-sink.c index 2a8db40afb..ae3a7361e1 100644 --- a/e-util/e-alert-sink.c +++ b/e-util/e-alert-sink.c @@ -25,6 +25,10 @@ * usually by displaying them to the user. **/ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include "e-alert-sink.h" #include "e-alert-dialog.h" |