From 3ef2e8416bde8d9523fd3e95c2302212a837a132 Mon Sep 17 00:00:00 2001 From: David Rose Date: Fri, 17 Jan 2003 17:25:22 +0000 Subject: [PATCH] build for gcc3.2 --- direct/src/autorestart/autorestart.c | 1 + 1 file changed, 1 insertion(+) diff --git a/direct/src/autorestart/autorestart.c b/direct/src/autorestart/autorestart.c index 59ace11a1e..a2b744db26 100644 --- a/direct/src/autorestart/autorestart.c +++ b/direct/src/autorestart/autorestart.c @@ -34,6 +34,7 @@ #include #include #include +#include char **params = NULL; char *logfile_name = NULL;