compile fix

This commit is contained in:
bellard 2003-04-13 22:42:15 +00:00
parent 3bbcd30776
commit 85fa15e64c

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