From 756c8abcb840b8da588031f4a0d7e1fc979fab70 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/misc/ea-cell-table.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'widgets/misc/ea-cell-table.c') diff --git a/widgets/misc/ea-cell-table.c b/widgets/misc/ea-cell-table.c index b183ef9671..19c4ffb4aa 100644 --- a/widgets/misc/ea-cell-table.c +++ b/widgets/misc/ea-cell-table.c @@ -20,6 +20,10 @@ * */ +#ifdef HAVE_CONFIG_H +#include +#endif + #include "ea-cell-table.h" EaCellTable * -- cgit v1.2.3