mirror of
https://github.com/holub/mame
synced 2025-05-25 15:25:33 +03:00
Fix DEBUG build
This commit is contained in:
parent
74c110add4
commit
3003882f9b
@ -14,6 +14,9 @@
|
||||
#include <sys/types.h>
|
||||
#include <sys/mman.h>
|
||||
#include <signal.h>
|
||||
#ifdef MAME_DEBUG
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
|
||||
// MAME headers
|
||||
|
@ -11,6 +11,9 @@
|
||||
|
||||
#include <sys/mman.h>
|
||||
#include <signal.h>
|
||||
#ifdef MAME_DEBUG
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
// MAME headers
|
||||
#include "osdcore.h"
|
||||
|
Loading…
Reference in New Issue
Block a user