From: bellard Date: Mon, 4 Feb 2008 22:03:16 +0000 (+0000) Subject: win32: suppress alloca() warning X-Git-Tag: xen-3.3.0-rc1~394 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=3fe43da73708f0597f4c34263fa697fe82d95e9e;p=qemu-xen-3.4-testing.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 55fe215e..9d3765f7 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"