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 /addressbook/gui/merging | |
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 'addressbook/gui/merging')
-rw-r--r-- | addressbook/gui/merging/eab-contact-compare.c | 3 | ||||
-rw-r--r-- | addressbook/gui/merging/eab-contact-merging.c | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/addressbook/gui/merging/eab-contact-compare.c b/addressbook/gui/merging/eab-contact-compare.c index 82dcf6e8ce..4e226e798c 100644 --- a/addressbook/gui/merging/eab-contact-compare.c +++ b/addressbook/gui/merging/eab-contact-compare.c @@ -21,7 +21,10 @@ * */ +#ifdef HAVE_CONFIG_H #include <config.h> +#endif + #include <ctype.h> #include <string.h> #include <libedataserverui/e-book-auth-util.h> diff --git a/addressbook/gui/merging/eab-contact-merging.c b/addressbook/gui/merging/eab-contact-merging.c index 25a4a47634..49e9968074 100644 --- a/addressbook/gui/merging/eab-contact-merging.c +++ b/addressbook/gui/merging/eab-contact-merging.c @@ -23,7 +23,9 @@ * */ +#ifdef HAVE_CONFIG_H #include <config.h> +#endif #include "eab-contact-merging.h" #include "eab-contact-compare.h" |