If you're planning to redefine something, you should #include the definition you plan to walk over

This commit is contained in:
Vas Crabb 2015-03-20 23:48:11 +11:00
parent 5ffe5ce551
commit 4282a7c9f2

View File

@ -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>