diff options
| -rw-r--r-- | tcc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ #include <fcntl.h> #include <setjmp.h> #include <time.h> +#include <sys/stat.h> // stat() #ifdef CONFIG_TCCASSERT #include <assert.h> |
![]() |
index : tinycc | |
| Tiny C Compiler by Fabrice Bellard Git mirror of the final release by Bellard, discarding all changes after. The repository at https://repo.or.cz/tinycc.git has become untrustworthy. Also the tcc sources have become tainted with AI slop. |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | tcc.h | 1 |
@@ -39,6 +39,7 @@ #include <fcntl.h> #include <setjmp.h> #include <time.h> +#include <sys/stat.h> // stat() #ifdef CONFIG_TCCASSERT #include <assert.h> |