Mesa (mesa_7_7_branch): glu/sgi: Include missing header file.

Vinson Lee vlee at kemper.freedesktop.org
Sat Jan 9 23:54:30 PST 2010


Module: Mesa
Branch: mesa_7_7_branch
Commit: 61afd1158fb7d0577effd817a8f9cba7fb2a2bbd
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=61afd1158fb7d0577effd817a8f9cba7fb2a2bbd

Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Jan  9 23:53:54 2010 -0800

glu/sgi: Include missing header file.

---

 src/glu/sgi/libnurbs/interface/bezierPatchMesh.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/glu/sgi/libnurbs/interface/bezierPatchMesh.h b/src/glu/sgi/libnurbs/interface/bezierPatchMesh.h
index 4493296..ba6868a 100644
--- a/src/glu/sgi/libnurbs/interface/bezierPatchMesh.h
+++ b/src/glu/sgi/libnurbs/interface/bezierPatchMesh.h
@@ -33,6 +33,7 @@
 #ifndef _BEZIERPATCHMESH_H
 #define _BEZIERPATCHMESH_H
 
+#include <GL/gl.h>
 #include "bezierPatch.h"
 
 typedef struct bezierPatchMesh{



More information about the mesa-commit mailing list