From 0ad87a094cf791e45bd3e96941c59d195361be0e Mon Sep 17 00:00:00 2001 From: seyko Date: Thu, 5 Nov 2015 20:14:42 +0300 Subject: [PATCH] fix for the previous commit a cross-compilation from unix to win32 need a "sys/stat.h" include file --- tcc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tcc.h b/tcc.h index 01ed16f3..0895c695 100644 --- a/tcc.h +++ b/tcc.h @@ -39,6 +39,7 @@ #include #include #include +#include // stat() #ifdef CONFIG_TCCASSERT #include -- 2.11.4.GIT