summaryrefslogtreecommitdiff
path: root/src/czx81.c
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2020-03-16 09:22:00 +0000
committerIan C <ianc@noddybox.co.uk>2020-03-16 09:22:00 +0000
commit2c2551fa28a8d625efde19accf747f3739950d61 (patch)
tree476d8d03e4f7bba3fe47391a118a395ff195d99d /src/czx81.c
parent26ff8d1fb2ea8b2eea3828616f0175dac02c3307 (diff)
Added Z80 code from DS81.
Diffstat (limited to 'src/czx81.c')
-rw-r--r--src/czx81.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/czx81.c b/src/czx81.c
index ccdceba..58d3bcb 100644
--- a/src/czx81.c
+++ b/src/czx81.c
@@ -22,6 +22,8 @@
#include <time.h>
#include <locale.h>
+#include "z80.h"
+
static long TimeDiff(const struct timespec *start,
const struct timespec *end)
{