]> git.sur5r.net Git - cc65/commitdiff
conio.h: include 'creativision.h' when compiling for this target.
authorChristian Groessler <chris@groessler.org>
Tue, 12 Sep 2017 19:57:16 +0000 (21:57 +0200)
committerChristian Groessler <chris@groessler.org>
Tue, 12 Sep 2017 19:57:16 +0000 (21:57 +0200)
include/conio.h

index 4f414105c8fb84a10e83c544f4e3f3c18b180375..baf55dd082583820d31b8d9941dc2b17b46001ce 100644 (file)
@@ -71,6 +71,8 @@
 #  include <atmos.h>
 #elif defined(__CBM__)
 #  include <cbm.h>
+#elif defined(__CREATIVISION__)
+#  include <creativision.h>
 #elif defined(__GAMATE__)
 #  include <gamate.h>
 #elif defined(__GEOS__)