X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/4dd01e6c68874a5fc2988d63d6c26984889310a3..6a68057d8ef48bef3ee752741a53a629a2840e68:/sbr/dtimep.lex diff --git a/sbr/dtimep.lex b/sbr/dtimep.lex index 01910868..29c4dd0c 100644 --- a/sbr/dtimep.lex +++ b/sbr/dtimep.lex @@ -160,16 +160,10 @@ static int day_map[] = { --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)