#include <conio.h>

doesn't work on z80 version, because this is not a standard library.
This commit is contained in:
matsutsuka 2007-09-19 12:50:23 +00:00
parent 8d5e863b9a
commit 7dec361a80
1 changed files with 2 additions and 2 deletions

View File

@ -29,13 +29,13 @@
*
* This file is part of the "ctk" console GUI toolkit for cc65
*
* $Id: ctk-conio.c,v 1.3 2007/04/15 13:14:40 oliverschmidt Exp $
* $Id: ctk-conio.c,v 1.4 2007/09/19 12:50:23 matsutsuka Exp $
*
*/
#include <string.h>
#include <ctype.h>
#include <conio.h>
#include "lib/libconio.h"
#include "contiki.h"