Better fix. (nw)

This commit is contained in:
Curt Coder 2015-05-25 00:45:58 +03:00
parent 51f0046d04
commit 2503b24d88
2 changed files with 2 additions and 2 deletions

View File

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

View File

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