From 06231f4f07c3fa20ab8e62b469eb1311e07bd3a5 Mon Sep 17 00:00:00 2001 From: Timur Bakeyev Date: Mon, 22 Feb 1999 00:55:21 +0000 Subject: tzname issues 1999-02-22 Timur Bakeyev * configure.in: Added check for langinfo.h and for representation of timezone info - tzname or tm.tm_zone. svn path=/trunk/; revision=682 --- calendar/gui/prop.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'calendar/gui/prop.c') diff --git a/calendar/gui/prop.c b/calendar/gui/prop.c index 345c07fe96..2f24f4551e 100644 --- a/calendar/gui/prop.c +++ b/calendar/gui/prop.c @@ -6,7 +6,11 @@ * Federico Mena */ #include +#ifdef HAVE_LANGINGO_H #include +#else +#include +#endif #include #include "gnome-cal.h" #include "gnome-month-item.h" -- cgit