Fix build on Windows (<malloc.h> for alloca())

This commit is contained in:
gbeauche 2006-05-14 13:49:53 +00:00
parent d26f8ad8e2
commit 3aa9d912b7

View File

@ -49,6 +49,10 @@
#include <errno.h>
#include <vector>
#ifdef WIN32
#include <malloc.h> /* alloca() */
#endif
#include "cpu_emulation.h"
#include "main.h"
#include "adb.h"