From: bellard Date: Mon, 4 Feb 2008 22:03:16 +0000 (+0000) Subject: win32: suppress alloca() warning X-Git-Tag: release_0_10_0~2720 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3fe43da73708f0597f4c34263fa697fe82d95e9e;p=thirdparty%2Fqemu.git win32: suppress alloca() warning git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3966 c046a42c-6fe2-441c-8c8c-71466251a162 --- diff --git a/tcg/tcg.c b/tcg/tcg.c index 55fe215e72b..9d3765f7086 100644 --- a/tcg/tcg.c +++ b/tcg/tcg.c @@ -34,6 +34,9 @@ #include #include #include +#ifdef _WIN32 +#include +#endif #include "config.h" #include "osdep.h"