# HG changeset patch # User Benjamin Lindner # Date 1250187632 -7200 # Node ID d280bfa04996fa3bf2e1d02f22dea56fdb6d6d62 # Parent 163e205600a4283ba5d41b165fe93dced01c6823 skip double declaration of tztime diff --git a/liboctave/strftime.c b/liboctave/strftime.c --- a/liboctave/strftime.c +++ b/liboctave/strftime.c @@ -49,7 +49,7 @@ # endif #endif -#if HAVE_TZNAME +#if HAVE_TZNAME && !HAVE_DECL_TZNAME extern OCTAVE_IMPORT char *tzname[]; #endif