projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4d8670
)
win32: suppress alloca() warning
author
bellard
<bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 4 Feb 2008 22:03:16 +0000
(22:03 +0000)
committer
bellard
<bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Mon, 4 Feb 2008 22:03:16 +0000
(22:03 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3966
c046a42c
-6fe2-441c-8c8c-
71466251a162
tcg/tcg.c
patch
|
blob
|
history
diff --git
a/tcg/tcg.c
b/tcg/tcg.c
index 55fe215e72b46328f4c2210d798d7428c2107c6a..9d3765f7086933a45ada5b8308533c932b98d738 100644
(file)
--- a/
tcg/tcg.c
+++ b/
tcg/tcg.c
@@
-34,6
+34,9
@@
#include <stdio.h>
#include <string.h>
#include <inttypes.h>
+#ifdef _WIN32
+#include <malloc.h>
+#endif
#include "config.h"
#include "osdep.h"