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