apple compile fix

This commit is contained in:
Jack Andersen 2015-05-17 16:24:00 -10:00
parent 54f884c2f7
commit 20e12b86ca
1 changed files with 2 additions and 0 deletions

View File

@ -81,7 +81,9 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#ifndef __APPLE__
#include <malloc.h>
#endif
#include <ctype.h>
#ifdef _MSC_VER