X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=lib%2Fcrtdll%2Ftime%2Fstrdate.c;h=ac3680aa8e1a09ed9ba3e2c27c7a93380a3b082e;hb=e3ed2d773259cc445c7ff8181ebd934931365328;hp=ca9b013c5fb2174a9d22adfd7f6f483594ab7439;hpb=d378c68f5a9bb25c9e671dacd482d2e25d211df3;p=reactos.git diff --git a/lib/crtdll/time/strdate.c b/lib/crtdll/time/strdate.c index ca9b013..ac3680a 100644 --- a/lib/crtdll/time/strdate.c +++ b/lib/crtdll/time/strdate.c @@ -7,14 +7,14 @@ * UPDATE HISTORY: * 28/12/98: Created */ -#include -#include -#include -#include +#include +#include +#include +#include + char *_strdate( const char *datestr ) { - time_t t; struct tm *d; char *dt = (char *)datestr;