X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=sbr%2Fdtimep.lex;h=133a9ab18eff82de60cd5a3a52c4547696a52c83;hb=dfecfa4b4b77983ddf8253b1b8effaf5c1a0ce80;hp=a353393457f3f7dd2f95b7f135904930a87f00b5;hpb=a485ed478abbd599d8c9aab48934e7a26733ecb1;p=mmh diff --git a/sbr/dtimep.lex b/sbr/dtimep.lex index a353393..133a9ab 100644 --- a/sbr/dtimep.lex +++ b/sbr/dtimep.lex @@ -143,16 +143,10 @@ static int day_map[] = { #define SKIPTOSP() { while ( !isspace(*cp++) ) ; --cp; } #ifdef ADJUST_NUMERIC_ONLY_TZ_OFFSETS_WRT_DST -# ifdef TIME_WITH_SYS_TIME +# ifdef HAVE_SYS_TIME_H # include -# include -# else -# ifdef HAVE_SYS_TIME_H -# include -# else -# include -# endif # endif +#include static void zonehack (struct tws *tw)