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