Made makewad.c compilable as C.

SVN r61 (trunk)
This commit is contained in:
Christoph Oelckers 2006-04-21 20:32:24 +00:00
parent 67bf668ad9
commit 283dca5750

View file

@ -77,7 +77,7 @@ int appendtozip (zipFile zipfile, const char * zipname, const char *filename)
zip_fileinfo zip_inf;
time_t currenttime;
tm * ltime;
struct tm * ltime;
time(&currenttime);
ltime = localtime(&currenttime);