From: Joshua Wise Date: Sun, 14 Dec 2008 23:59:32 +0000 (-0500) Subject: Fix compile on text.c. X-Git-Url: http://git.joshuawise.com/netwatch.git/commitdiff_plain/1deef7f33c284af59d562e7b50812f9649e94d0b Fix compile on text.c. --- diff --git a/video/text.c b/video/text.c index a25c8aa..25fe245 100644 --- a/video/text.c +++ b/video/text.c @@ -5,6 +5,7 @@ #include #include #include +#include static unsigned char _font[256 * 32]; @@ -80,7 +81,6 @@ uint32_t text_checksum(int x, int y, int w, int h) unsigned int textx = x / 9; unsigned int texty = y / 14; int cx, cy; - unsigned char ch, at; uint32_t cksm = 0; smram_state_t old_state = smram_save_state();