mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
Fix compile on OS X 10.6/10.7 (nw)
This commit is contained in:
parent
7c17cd2e47
commit
46c3cf2451
@ -72,6 +72,7 @@ memory requested or calls longjmp, so callers don't have to check.
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/param.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
|
Loading…
Reference in New Issue
Block a user