aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcc.h')
-rw-r--r--tcc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tcc.h b/tcc.h
index 01ed16f..0895c69 100644
--- a/tcc.h
+++ b/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>