Demos (master): tests: include glut_wrap.h

Brian Paul brianp at kemper.freedesktop.org
Mon Jan 20 15:54:23 UTC 2014


Module: Demos
Branch: master
Commit: 059a00de9fd99deb4523129243e24c52330278cd
URL:    http://cgit.freedesktop.org/mesa/demos/commit/?id=059a00de9fd99deb4523129243e24c52330278cd

Author: Brian Paul <brianp at vmware.com>
Date:   Mon Jan 20 07:53:57 2014 -0800

tests: include glut_wrap.h

As we do in all the other tests.

---

 src/tests/backspecular.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tests/backspecular.c b/src/tests/backspecular.c
index 1a7387c..ac95283 100644
--- a/src/tests/backspecular.c
+++ b/src/tests/backspecular.c
@@ -1,5 +1,5 @@
 #include <stdlib.h>
-#include <GL/glut.h>
+#include "glut_wrap.h"
 
 
 static const float black[4]    = { 0, 0, 0, 1 };




More information about the mesa-commit mailing list