- 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
parent 0060dab892
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"

View File

@ -33,7 +33,7 @@
// HEADER FILES ------------------------------------------------------------
#include <stdlib.h>
#include <malloc.h>
#include "i_musicinterns.h"
#include "templates.h"
#include "doomdef.h"