diff options
author | Milan Crha <mcrha@redhat.com> | 2011-05-27 21:23:07 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2011-05-27 21:23:07 +0800 |
commit | 756c8abcb840b8da588031f4a0d7e1fc979fab70 (patch) | |
tree | 919583d7fafd616a7f3645476ad8d91872048c54 /filter | |
parent | 1993a293b1704a09d501c92b938608b115676c0c (diff) | |
download | gsoc2013-evolution-756c8abcb840b8da588031f4a0d7e1fc979fab70.tar.gz gsoc2013-evolution-756c8abcb840b8da588031f4a0d7e1fc979fab70.tar.zst gsoc2013-evolution-756c8abcb840b8da588031f4a0d7e1fc979fab70.zip |
Bug #646109 - Fix use of include <config.h> to make sure translations work
Diffstat (limited to 'filter')
-rw-r--r-- | filter/e-filter-file.c | 2 | ||||
-rw-r--r-- | filter/e-rule-context.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/filter/e-filter-file.c b/filter/e-filter-file.c index d9f87ce9c8..a5199fe064 100644 --- a/filter/e-filter-file.c +++ b/filter/e-filter-file.c @@ -20,7 +20,9 @@ * */ +#ifdef HAVE_CONFIG_H #include <config.h> +#endif #include <string.h> #include <sys/types.h> diff --git a/filter/e-rule-context.c b/filter/e-rule-context.c index e03501ce62..9621349b9f 100644 --- a/filter/e-rule-context.c +++ b/filter/e-rule-context.c @@ -22,7 +22,9 @@ * */ +#ifdef HAVE_CONFIG_H #include <config.h> +#endif #include <string.h> #include <sys/types.h> |