summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/vtech1_dsk.c
diff options
context:
space:
mode:
author Oliver Stöneberg <oliverst@online.de>2015-03-20 12:19:40 +0100
committer Oliver Stöneberg <oliverst@online.de>2015-03-20 12:19:40 +0100
commitc61c31ee062f3df7881f938372a7a8a4993acdce (patch)
tree6ff13a1e74b0de95a41b770aa35b7e75eff50ea8 /src/lib/formats/vtech1_dsk.c
parent9f29fc0916ea0e39150572194fb99b0d45f77a7c (diff)
moved assert replacement inside emucore.h so it is actually used / removed assert.h include from some headers and added it to lots of source
Diffstat (limited to 'src/lib/formats/vtech1_dsk.c')
-rw-r--r--src/lib/formats/vtech1_dsk.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/formats/vtech1_dsk.c b/src/lib/formats/vtech1_dsk.c
index 4ee02c89104..d7194224ebd 100644
--- a/src/lib/formats/vtech1_dsk.c
+++ b/src/lib/formats/vtech1_dsk.c
@@ -6,6 +6,8 @@
*********************************************************************/
+#include <assert.h>
+
#include "formats/vtech1_dsk.h"
static FLOPPY_IDENTIFY( vtech1_dsk_identify )