1
0
mirror of https://github.com/pevans/erc-c.git synced 2024-11-27 20:51:17 +00:00

Missing header files, esp. stdbool

This commit is contained in:
Peter Evans 2017-12-14 22:30:09 -06:00
parent a81f422d2d
commit a82348ff9a

View File

@ -1,6 +1,11 @@
#ifndef _APPLE2_DISK_DRIVE_H #ifndef _APPLE2_DISK_DRIVE_H
#define _APPLE2_DISK_DRIVE_H #define _APPLE2_DISK_DRIVE_H
#include <stdbool.h>
#include "vm_bits.h"
#include "vm_segment.h"
/* /*
* These are the possible modes a drive can be in. * These are the possible modes a drive can be in.
*/ */