From 363a7afd48527ed939ddbdf14fd58ebd754d49b1 Mon Sep 17 00:00:00 2001 From: zicodxx <> Date: Thu, 25 Jan 2007 10:05:14 +0000 Subject: [PATCH] added some forgotten includes to avoid warnings --- main/game.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/main/game.c b/main/game.c index 927af87a2..48db8c39d 100755 --- a/main/game.c +++ b/main/game.c @@ -22,6 +22,13 @@ COPYRIGHT 1993-1998 PARALLAX SOFTWARE CORPORATION. ALL RIGHTS RESERVED. #include #include #include +#ifdef __unix__ +#include +#include +#endif +#ifdef _WIN32 +#include +#endif #ifndef _MSC_VER #include #else