mirror of
https://github.com/holub/mame
synced 2025-06-07 13:23:50 +03:00
Fixed OS X compile, hope this doesn't break other environments. (nw)
This commit is contained in:
parent
b3d5add497
commit
45124a5645
@ -5,7 +5,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <malloc.h>
|
#include <malloc/malloc.h>
|
||||||
#include <xmmintrin.h>
|
#include <xmmintrin.h>
|
||||||
|
|
||||||
void *palloc_raw(const size_t size)
|
void *palloc_raw(const size_t size)
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
#include <cstring>
|
#include <cstring>
|
||||||
//FIXME:: pstring should be locale free
|
//FIXME:: pstring should be locale free
|
||||||
#include <cctype>
|
#include <cctype>
|
||||||
|
#include "stdlib.h"
|
||||||
|
|
||||||
#include "pstring.h"
|
#include "pstring.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user