Included malloc.h from files using malloc on Win32.

This commit is contained in:
Camilla Berglund 2012-08-14 13:51:39 +02:00
parent a9ed5b141e
commit 6399fb19fd
7 changed files with 7 additions and 0 deletions

View File

@ -31,6 +31,7 @@
#include "internal.h"
#include <stdlib.h>
#include <malloc.h>
//========================================================================

View File

@ -32,6 +32,7 @@
#include <limits.h>
#include <string.h>
#include <stdlib.h>
#include <malloc.h>
//////////////////////////////////////////////////////////////////////////

View File

@ -32,6 +32,7 @@
#include <stdlib.h>
#include <limits.h>
#include <malloc.h>
//========================================================================

View File

@ -31,6 +31,7 @@
#include "internal.h"
#include <stdlib.h>
#include <malloc.h>
#ifdef __BORLANDC__
// With the Borland C++ compiler, we want to disable FPU exceptions

View File

@ -31,6 +31,7 @@
#include "internal.h"
#include <stdlib.h>
#include <malloc.h>
//========================================================================

View File

@ -32,6 +32,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <malloc.h>
//========================================================================

View File

@ -32,6 +32,7 @@
#include <string.h>
#include <stdlib.h>
#include <malloc.h>
//========================================================================