From 9241bedc2f54ebc59be9c33380bc919b9d42dd76 Mon Sep 17 00:00:00 2001 From: dcnieho Date: Fri, 16 Nov 2012 00:14:55 +0000 Subject: [PATCH] including OpenGL/gl.h and OpenGL/glu.h when on apple platform git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@1393 7f0cb862-5218-0410-a997-914c9d46530a --- freeglut/freeglut/include/GL/freeglut_std.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/freeglut/freeglut/include/GL/freeglut_std.h b/freeglut/freeglut/include/GL/freeglut_std.h index ace0760..8cac2dc 100644 --- a/freeglut/freeglut/include/GL/freeglut_std.h +++ b/freeglut/freeglut/include/GL/freeglut_std.h @@ -138,6 +138,9 @@ #elif FREEGLUT_GLES1 # include # include +#elif __APPLE__ +# include +# include #else # include # include