mirror of
https://github.com/pevans/erc-c.git
synced 2024-11-23 23:32:45 +00:00
Missing header files, esp. stdbool
This commit is contained in:
parent
a81f422d2d
commit
a82348ff9a
@ -1,6 +1,11 @@
|
||||
#ifndef _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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user