X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgetdate.y;h=1deec5160de23f166e0e569778e8824cc4e56d4a;hb=95454b6b2dbb9f57bf5623a0fd8d40fb2433c4d7;hp=e292f5e465802fec85cd6895d7ca8e2dfcc0bdc4;hpb=4565266f776db0d78b2c207a5fe79f929f9806ca;p=gnulib.git diff --git a/lib/getdate.y b/lib/getdate.y index e292f5e46..1deec5160 100644 --- a/lib/getdate.y +++ b/lib/getdate.y @@ -66,7 +66,6 @@ #include #include -#include "setenv.h" #include "xalloc.h" @@ -1322,7 +1321,7 @@ get_date (struct timespec *result, char const *p, struct timespec const *now) #else #if HAVE_TZNAME { -# ifndef tzname +# if !HAVE_DECL_TZNAME extern char *tzname[]; # endif int i;