mirror of
https://github.com/holub/mame
synced 2025-05-30 01:23:07 +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>
|
||||
|
||||
void *palloc_raw(const size_t size)
|
||||
|
@ -10,6 +10,7 @@
|
||||
#include <cstring>
|
||||
//FIXME:: pstring should be locale free
|
||||
#include <cctype>
|
||||
#include "stdlib.h"
|
||||
|
||||
#include "pstring.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user