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 --- modules/calendar/e-cal-shell-view-taskpad.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/calendar/e-cal-shell-view-taskpad.c') diff --git a/modules/calendar/e-cal-shell-view-taskpad.c b/modules/calendar/e-cal-shell-view-taskpad.c index 8afff2c767..48fd850790 100644 --- a/modules/calendar/e-cal-shell-view-taskpad.c +++ b/modules/calendar/e-cal-shell-view-taskpad.c @@ -19,6 +19,10 @@ * */ +#ifdef HAVE_CONFIG_H +#include +#endif + #include "e-cal-shell-view-private.h" /* Much of this file is based on e-task-shell-view-actions.c. */ -- cgit