- Fixed: MinGW needs malloc.h for alloca().

SVN r1529 (trunk)
This commit is contained in:
Randy Heit 2009-04-08 04:57:17 +00:00
commit 993fcd233a
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@ extern HWND Window;
#define FALSE 0
#define TRUE 1
#endif
#include <stdlib.h>
#include <malloc.h>
#include "templates.h"
#include "fmodsound.h"