From: ehofman Date: Sat, 20 Nov 2004 12:35:28 +0000 (+0000) Subject: MSVC fix. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a52b1ec64f4675b5ded84418ff4a96348078e540;p=simgear.git MSVC fix. --- diff --git a/simgear/scene/sky/clouds3d/glut_shapes.c b/simgear/scene/sky/clouds3d/glut_shapes.c index a917cc67..4867e56c 100644 --- a/simgear/scene/sky/clouds3d/glut_shapes.c +++ b/simgear/scene/sky/clouds3d/glut_shapes.c @@ -52,10 +52,10 @@ OpenGL(TM) is a trademark of Silicon Graphics, Inc. #include -#include SG_GLU_H - #include "glut_shapes.h" +#include SG_GLU_H + /* Some files do not define M_PI... */ #ifndef M_PI