fix for the previous commit

a cross-compilation from unix to win32 need a "sys/stat.h"
    include file
master
seyko 2015-11-05 20:14:42 +03:00
parent a6276b7a78
commit 0ad87a094c
1 changed files with 1 additions and 0 deletions

1
tcc.h
View File

@ -39,6 +39,7 @@
#include <fcntl.h>
#include <setjmp.h>
#include <time.h>
#include <sys/stat.h> // stat()
#ifdef CONFIG_TCCASSERT
#include <assert.h>