summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/coco_cas.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/formats/coco_cas.cpp')
-rw-r--r--src/lib/formats/coco_cas.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/lib/formats/coco_cas.cpp b/src/lib/formats/coco_cas.cpp
index 6579f47a60f..f3df09266b0 100644
--- a/src/lib/formats/coco_cas.cpp
+++ b/src/lib/formats/coco_cas.cpp
@@ -33,9 +33,11 @@
**************************************************************************/
-#include "emu.h" // PAIR
#include "coco_cas.h"
+#include "emucore.h" // PAIR
+
+
#define COCO_WAVESAMPLES_HEADER (1.0)
#define COCO_WAVESAMPLES_TRAILER (1.0)
#define COCO_LONGSILENCE (5.0)