diff options
Diffstat (limited to 'src/lib/formats/cbm_crt.c')
-rw-r--r-- | src/lib/formats/cbm_crt.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/formats/cbm_crt.c b/src/lib/formats/cbm_crt.c index 6ce4cc992d8..6e771fc8b0f 100644 --- a/src/lib/formats/cbm_crt.c +++ b/src/lib/formats/cbm_crt.c @@ -39,6 +39,9 @@ *********************************************************************/ +#include "emu.h" // offs_t, fatalerror +#include "astring.h" +#include "corefile.h" #include "cbm_crt.h" |