summaryrefslogtreecommitdiff
path: root/05/tcc-0.9.25/tcc.h
diff options
context:
space:
mode:
Diffstat (limited to '05/tcc-0.9.25/tcc.h')
-rw-r--r--05/tcc-0.9.25/tcc.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/05/tcc-0.9.25/tcc.h b/05/tcc-0.9.25/tcc.h
index 4070249..b4789da 100644
--- a/05/tcc-0.9.25/tcc.h
+++ b/05/tcc-0.9.25/tcc.h
@@ -37,6 +37,13 @@
#include <signal.h>
#include <setjmp.h>
#include <time.h>
+#ifdef __GNUC__
+#include <inttypes.h>
+#include <sys/mman.h>
+#include <sys/time.h>
+#include <unistd.h>
+#include <fcntl.h>
+#endif
#ifdef _WIN32
#include <windows.h>