diff options
Diffstat (limited to 'src/lib/formats/img_dsk.cpp')
-rw-r--r-- | src/lib/formats/img_dsk.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/formats/img_dsk.cpp b/src/lib/formats/img_dsk.cpp index 73ae499c764..2b9feca0417 100644 --- a/src/lib/formats/img_dsk.cpp +++ b/src/lib/formats/img_dsk.cpp @@ -19,6 +19,8 @@ #include "coretmpl.h" // BIT #include "ioprocs.h" +#include "osdcore.h" // osd_printf_* + // Debugging #define VERBOSE 0 |