X-Git-Url: http://sjero.net/git/?a=blobdiff_plain;f=src%2Fsysdep.h;h=44eeacde5fc06d244c81d7254fe770a3245b0621;hb=bb8a5f2eb92c6c05b4f76904100dd5007fd421d8;hp=408083f885cc613fe35acc5324ae1d9da21831ee;hpb=0561a866c30bb075d0196b25137d7736457e9ac4;p=wget diff --git a/src/sysdep.h b/src/sysdep.h index 408083f8..44eeacde 100644 --- a/src/sysdep.h +++ b/src/sysdep.h @@ -131,6 +131,10 @@ int strncasecmp (); #ifndef HAVE_STRPTIME char *strptime (); #endif +#ifndef HAVE_TIMEGM +# include +time_t timegm (struct tm *); +#endif /* These are defined in snprintf.c. It would be nice to have an snprintf.h, though. */