mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-02-18 18:32:23 -07:00
win32: suppress alloca() warning
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3966 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
a4d8670ffc
commit
3fe43da737
1 changed files with 3 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue