fix for the previous commit
a cross-compilation from unix to win32 need a "sys/stat.h" include file
This commit is contained in:
parent
a6276b7a78
commit
0ad87a094c
1 changed files with 1 additions and 0 deletions
1
tcc.h
1
tcc.h
|
@ -39,6 +39,7 @@
|
|||
#include <fcntl.h>
|
||||
#include <setjmp.h>
|
||||
#include <time.h>
|
||||
#include <sys/stat.h> // stat()
|
||||
|
||||
#ifdef CONFIG_TCCASSERT
|
||||
#include <assert.h>
|
||||
|
|
Loading…
Reference in a new issue