mirror of
https://github.com/holub/mame
synced 2025-04-22 08:22:15 +03:00
Better fix. (nw)
This commit is contained in:
parent
51f0046d04
commit
2503b24d88
@ -5,7 +5,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <malloc/malloc.h>
|
||||
#include <stdlib.h>
|
||||
#include <xmmintrin.h>
|
||||
|
||||
void *palloc_raw(const size_t size)
|
||||
|
@ -10,7 +10,7 @@
|
||||
#include <cstring>
|
||||
//FIXME:: pstring should be locale free
|
||||
#include <cctype>
|
||||
#include "stdlib.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "pstring.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user