From a82348ff9a87065fedf1e733e6bf69b1733c3596 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Thu, 14 Dec 2017 22:30:09 -0600 Subject: [PATCH] Missing header files, esp. stdbool --- include/apple2.dd.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/apple2.dd.h b/include/apple2.dd.h index d45a263..2e0e00a 100644 --- a/include/apple2.dd.h +++ b/include/apple2.dd.h @@ -1,6 +1,11 @@ #ifndef _APPLE2_DISK_DRIVE_H #define _APPLE2_DISK_DRIVE_H +#include + +#include "vm_bits.h" +#include "vm_segment.h" + /* * These are the possible modes a drive can be in. */