aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/text/e-text-model.c
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2011-05-27 21:23:07 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2011-06-30 00:42:20 +0800
commitc24038c4f62f37b89d1bda9542ca5ccc843d4ea0 (patch)
treef28b45a375ba145b9a1cfd36b575d40e54b20b34 /widgets/text/e-text-model.c
parentbb204a16eac48d7577e7315ea50e050ce009e44d (diff)
downloadgsoc2013-evolution-c24038c4f62f37b89d1bda9542ca5ccc843d4ea0.tar
gsoc2013-evolution-c24038c4f62f37b89d1bda9542ca5ccc843d4ea0.tar.gz
gsoc2013-evolution-c24038c4f62f37b89d1bda9542ca5ccc843d4ea0.tar.bz2
gsoc2013-evolution-c24038c4f62f37b89d1bda9542ca5ccc843d4ea0.tar.lz
gsoc2013-evolution-c24038c4f62f37b89d1bda9542ca5ccc843d4ea0.tar.xz
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 'widgets/text/e-text-model.c')
-rw-r--r--widgets/text/e-text-model.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/text/e-text-model.c b/widgets/text/e-text-model.c
index bb8669d9e8..10f32b1592 100644
--- a/widgets/text/e-text-model.c
+++ b/widgets/text/e-text-model.c
@@ -22,7 +22,9 @@
#undef PARANOID_DEBUGGING
+#ifdef HAVE_CONFIG_H
#include <config.h>
+#endif
#include <ctype.h>
#include <string.h>