aboutsummaryrefslogtreecommitdiff
path: root/tcc.h
diff options
context:
space:
mode:
authorHenry Kroll III <henry@comptune.com>2010-12-06 16:17:20 -0800
committerHenry Kroll III <henry@comptune.com>2010-12-06 16:17:20 -0800
commitbb7bb37fe2eb47a35edcb4a5d4de62c044aafabf (patch)
tree2d667f99ce2547b807ba262f555f6ce366aad059 /tcc.h
parent33f86ada92cdd25864e37947ecd487f567ee6782 (diff)
downloadtinycc-bb7bb37fe2eb47a35edcb4a5d4de62c044aafabf.tar.gz
tinycc-bb7bb37fe2eb47a35edcb4a5d4de62c044aafabf.tar.bz2
tcc: add -m32 option to x86_64 cross compilers
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 6ab5346..2cd2043 100644
--- a/tcc.h
+++ b/tcc.h
@@ -44,6 +44,7 @@
#ifdef _WIN32
#include <windows.h>
+#include <process.h>
#include <sys/timeb.h>
#include <io.h> /* open, close etc. */
#include <direct.h> /* getcwd */