Fixed OS X compile, hope this doesn't break other environments. (nw)

This commit is contained in:
Curt Coder 2015-05-24 21:18:10 +03:00
parent b3d5add497
commit 45124a5645
2 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@
*
*/
#include <malloc.h>
#include <malloc/malloc.h>
#include <xmmintrin.h>
void *palloc_raw(const size_t size)

View File

@ -10,6 +10,7 @@
#include <cstring>
//FIXME:: pstring should be locale free
#include <cctype>
#include "stdlib.h"
#include "pstring.h"