compile fix

tcc-xref
bellard 2003-04-13 22:42:15 +00:00
parent 3bbcd30776
commit 85fa15e64c
1 changed files with 1 additions and 0 deletions

1
tcc.c
View File

@ -31,6 +31,7 @@
#include <unistd.h>
#include <fcntl.h>
#include <setjmp.h>
#include <time.h>
#ifdef WIN32
#include <sys/timeb.h>
#endif