mirror of
https://github.com/cc65/cc65.git
synced 2025-08-07 00:25:45 +00:00
Made the overlay demo programs compile for CBM targets again.
<conio.h> includes target-specific headers; so, we didn't bother to include <cbm.h> where it is needed. But, '#include <conio.h>' was removed from some files; so now, we must include <cbm.h> explicitly.
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#else
|
||||
#include <cbm.h>
|
||||
#include <device.h>
|
||||
#endif
|
||||
|
||||
|
@@ -15,6 +15,7 @@
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#else
|
||||
#include <cbm.h>
|
||||
#include <device.h>
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user