Demos (master): tri-2101010: include glut_wrap.h as other demos do

Brian Paul brianp at kemper.freedesktop.org
Tue Aug 2 16:02:29 UTC 2011


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

Author: Brian Paul <brianp at vmware.com>
Date:   Tue Aug  2 10:02:17 2011 -0600

tri-2101010: include glut_wrap.h as other demos do

---

 src/trivial/tri-2101010.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/trivial/tri-2101010.c b/src/trivial/tri-2101010.c
index bbdab19..ff2db5b 100644
--- a/src/trivial/tri-2101010.c
+++ b/src/trivial/tri-2101010.c
@@ -29,7 +29,7 @@
 #include <string.h>
 #include <stdlib.h>
 #include <GL/glew.h>
-#include <GL/glut.h>
+#include "glut_wrap.h"
 
 
 #define CI_OFFSET_1 16




More information about the mesa-commit mailing list