diff options
author | Milan Crha <mcrha@redhat.com> | 2011-05-27 21:23:07 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@gnome-db.org> | 2011-06-30 00:42:20 +0800 |
commit | c24038c4f62f37b89d1bda9542ca5ccc843d4ea0 (patch) | |
tree | f28b45a375ba145b9a1cfd36b575d40e54b20b34 /plugins/tnef-attachments/tnef-plugin.c | |
parent | bb204a16eac48d7577e7315ea50e050ce009e44d (diff) | |
download | gsoc2013-evolution-c24038c4f62f37b89d1bda9542ca5ccc843d4ea0.tar.gz gsoc2013-evolution-c24038c4f62f37b89d1bda9542ca5ccc843d4ea0.tar.zst gsoc2013-evolution-c24038c4f62f37b89d1bda9542ca5ccc843d4ea0.zip |
Bug #646109 - Fix use of include <config.h> to make sure translations work
Diffstat (limited to 'plugins/tnef-attachments/tnef-plugin.c')
-rw-r--r-- | plugins/tnef-attachments/tnef-plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/tnef-attachments/tnef-plugin.c b/plugins/tnef-attachments/tnef-plugin.c index 0a87418f01..1e600ff405 100644 --- a/plugins/tnef-attachments/tnef-plugin.c +++ b/plugins/tnef-attachments/tnef-plugin.c @@ -20,7 +20,7 @@ */ #ifdef HAVE_CONFIG_H -#include "config.h" +#include <config.h> #endif /* We include gi18n-lib.h so that we have strings translated directly for this package */ |