summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emu/emucore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/emucore.h b/src/emu/emucore.h
index cb2de93caee..0f89ae59f50 100644
--- a/src/emu/emucore.h
+++ b/src/emu/emucore.h
@@ -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>