From ebba94441a1464fc772d55ba440847a360d9d7c1 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Fri, 24 Apr 2009 08:29:21 -0600 Subject: Mac OS fixes for texturing tests Include GLUT/glut.h instead of GL/glut.h on Mac OS. With this patch, all the texturing tests except for tfp compile and run on Mac OS. --- tests/texturing/texredefine.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/texturing/texredefine.c') diff --git a/tests/texturing/texredefine.c b/tests/texturing/texredefine.c index 7d2334a7..5b549ed9 100644 --- a/tests/texturing/texredefine.c +++ b/tests/texturing/texredefine.c @@ -33,7 +33,11 @@ #include #include #include +#if defined(__APPLE__) +#include +#else #include +#endif #include "piglit-util.h" -- cgit v1.2.3