summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/d67_dsk.c
diff options
context:
space:
mode:
author Oliver Stöneberg <oliverst@online.de>2015-03-20 19:08:03 +0100
committer Oliver Stöneberg <oliverst@online.de>2015-03-20 19:08:03 +0100
commit151070e970abd344e8d8da215bc4f865e2b2b110 (patch)
treefafc7e93e77de30fa64a8becf92626585ef9ad42 /src/lib/formats/d67_dsk.c
parentf066c0aaa90345212e01d3837ec39cc57471e0cf (diff)
replaced off_st usage in src/lib/formats with UINT32 to reduce libemu dependencies (nw)
Diffstat (limited to 'src/lib/formats/d67_dsk.c')
-rw-r--r--src/lib/formats/d67_dsk.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/formats/d67_dsk.c b/src/lib/formats/d67_dsk.c
index 82adcbb3487..b512e55b694 100644
--- a/src/lib/formats/d67_dsk.c
+++ b/src/lib/formats/d67_dsk.c
@@ -8,7 +8,8 @@
*********************************************************************/
-#include "emu.h" // offs_t
+#include <assert.h>
+
#include "formats/d67_dsk.h"
d67_format::d67_format() : d64_format(file_formats)