From 1deef7f33c284af59d562e7b50812f9649e94d0b Mon Sep 17 00:00:00 2001 From: Joshua Wise Date: Sun, 14 Dec 2008 18:59:32 -0500 Subject: [PATCH] Fix compile on text.c. --- video/text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.2