Demos (master): pixeltest: Fix Windows build.

Jose Fonseca jrfonseca at kemper.freedesktop.org
Tue Jun 7 18:12:19 UTC 2011


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

Author: José Fonseca <jfonseca at vmware.com>
Date:   Tue Jun  7 19:11:47 2011 +0100

pixeltest: Fix Windows build.

---

 src/demos/pixeltest.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/demos/pixeltest.c b/src/demos/pixeltest.c
index 03a6bea..e9b95b8 100644
--- a/src/demos/pixeltest.c
+++ b/src/demos/pixeltest.c
@@ -11,6 +11,7 @@
 #include <stdlib.h>
 #include <math.h>
 #include <string.h>
+#include <GL/glew.h> /* for GL_UNSIGNED_SHORT_5_6_5 */
 #include "glut_wrap.h"
 
 




More information about the mesa-commit mailing list