From b80ef9b676f3c98a1dfca4cd8d36005fe8d9c70d Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 27 Jan 2014 12:28:35 +1000 Subject: Fix bit rot, toybox changed a couple of things. --- boxes.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'boxes.c') diff --git a/boxes.c b/boxes.c index 5945308..5bd5ed0 100644 --- a/boxes.c +++ b/boxes.c @@ -35,9 +35,8 @@ config BOXES */ #include "toys.h" -#include "toynet.h" -DEFINE_GLOBALS( +GLOBALS( char *mode; long h, w; // TODO - actually, these should be globals in the library, and leave this buffer alone. -- cgit v1.1