Include Apple II specific header only for Apple II.

This commit is contained in:
Oliver Schmidt 2018-10-29 20:32:54 +01:00
parent 92c50af920
commit 5fcfb2beeb

View File

@ -47,7 +47,9 @@
#include <stdlib.h>
#include <ctype.h>
#include <conio.h>
#ifdef __APPLE2__
#include <apple2_filetype.h>
#endif
#include "linenoise.h"