From 47ae8bc0de35dd36a4e325c4152702c8edbb9193 Mon Sep 17 00:00:00 2001 From: zicodxx <> Date: Thu, 25 Jan 2007 10:03:55 +0000 Subject: [PATCH] added some forgotten includes to avoid warnings --- arch/ogl/gr.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/ogl/gr.c b/arch/ogl/gr.c index 53c1b35ec..023b84a86 100755 --- a/arch/ogl/gr.c +++ b/arch/ogl/gr.c @@ -3,8 +3,13 @@ #include #include #include +#ifdef __unix__ +#include +#include +#endif #ifdef __WINDOWS__ #include +#include #endif #include #include