From c24038c4f62f37b89d1bda9542ca5ccc843d4ea0 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Fri, 27 May 2011 15:23:07 +0200 Subject: Bug #646109 - Fix use of include to make sure translations work --- widgets/table/e-cell.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'widgets/table/e-cell.c') diff --git a/widgets/table/e-cell.c b/widgets/table/e-cell.c index 19c5e37848..cbc0bfc0ae 100644 --- a/widgets/table/e-cell.c +++ b/widgets/table/e-cell.c @@ -22,7 +22,10 @@ * */ +#ifdef HAVE_CONFIG_H #include +#endif + #include #include "e-util/e-util.h" -- cgit