fix from mikes for building on apple with gcc 4.2.1

This commit is contained in:
Campbell Barton
2011-02-16 05:03:33 +00:00
parent 4c35d8d5a8
commit 85edbd5f8d

View File

@@ -23,7 +23,13 @@
#include <math.h>
#include <string.h>
#include <float.h>
#include <malloc.h>
#ifdef __APPLE__
#include <stdlib.h> /* OSX gets its malloc stuff through here */
#else
#include <malloc.h>
#endif
#include "mikktspace.h"
#define TFALSE 0