Add time.h

svn-id: r10296
This commit is contained in:
Nicolas Bacca 2003-09-18 16:12:20 +00:00
parent c4f053904a
commit 60de69b9da

View File

@ -60,6 +60,7 @@ char *getcwd(char *buf, int size);
#include <ctype.h>
#include <Winuser.h>
#include <direct.h>
#include <time.h>
void drawError(char*);