mirror of
https://github.com/bobbimanners/emailler.git
synced 2025-01-03 19:30:21 +00:00
Include Apple II specific header only for Apple II.
This commit is contained in:
parent
92c50af920
commit
5fcfb2beeb
@ -47,7 +47,9 @@
|
||||
#include <stdlib.h>
|
||||
#include <ctype.h>
|
||||
#include <conio.h>
|
||||
#ifdef __APPLE2__
|
||||
#include <apple2_filetype.h>
|
||||
#endif
|
||||
|
||||
#include "linenoise.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user