From 298484e6fe519f5aecf2e0ade6fe0e66bcccfb48 Mon Sep 17 00:00:00 2001 From: Daniel Heckenberg Date: Sun, 9 Mar 2003 11:10:53 +0000 Subject: Minor changes for compilation using Visual C++ 6.0 (SP3) under Windows ncluding: - no array declaration with variable size - fixed signed/unsigned comparison warnings svn path=/trunk/externals/ggee/; revision=460 --- control/serial_bird.c | 1 + 1 file changed, 1 insertion(+) (limited to 'control') diff --git a/control/serial_bird.c b/control/serial_bird.c index 25a837d..410202a 100755 --- a/control/serial_bird.c +++ b/control/serial_bird.c @@ -2,6 +2,7 @@ #include +#include #define DEBUG(x) /*#define DEBUG(x) x*/ -- cgit v1.2.1