mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +03:00
If you're planning to redefine something, you should #include the definition you plan to walk over
This commit is contained in:
parent
5ffe5ce551
commit
4282a7c9f2
@ -15,6 +15,7 @@
|
||||
#define __EMUCORE_H__
|
||||
|
||||
// standard C includes
|
||||
#include <assert.h> // make sure this is included before we try redefining assert
|
||||
#include <math.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
Loading…
Reference in New Issue
Block a user