diff options
Diffstat (limited to 'src/lib/formats/hxcmfm_dsk.cpp')
-rw-r--r-- | src/lib/formats/hxcmfm_dsk.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/formats/hxcmfm_dsk.cpp b/src/lib/formats/hxcmfm_dsk.cpp index e7bf03acd2f..4a70ca8cd7d 100644 --- a/src/lib/formats/hxcmfm_dsk.cpp +++ b/src/lib/formats/hxcmfm_dsk.cpp @@ -5,6 +5,8 @@ #include "ioprocs.h" +#include <cstring> + #define MFM_FORMAT_HEADER "HXCMFM" |