From 2f4970e61c91e1d1bb193cd909c03b3b77dae9ae Mon Sep 17 00:00:00 2001 From: matsutsuka Date: Sun, 9 Sep 2007 12:24:44 +0000 Subject: [PATCH] #include "contiki" has been added so as to enable platform-dependent configuration for LIBCONIO_WIDTH and LIBCONIO_HEIGHT. --- core/lib/libconio.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/lib/libconio.c b/core/lib/libconio.c index 3b00931c6..13754a3cc 100644 --- a/core/lib/libconio.c +++ b/core/lib/libconio.c @@ -29,11 +29,12 @@ * * This file is part of the Contiki desktop environment * - * $Id: libconio.c,v 1.1 2006/06/17 22:41:17 adamdunkels Exp $ + * $Id: libconio.c,v 1.2 2007/09/09 12:24:44 matsutsuka Exp $ * */ #include +#include "contiki.h" #include "libconio.h" static unsigned char cursx, cursy;