diff options
author | Vinson Lee <vlee@vmware.com> | 2010-01-09 23:53:54 -0800 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-01-09 23:53:54 -0800 |
commit | 61afd1158fb7d0577effd817a8f9cba7fb2a2bbd (patch) | |
tree | 59fd6cb9fd67e970c2205556b86d7a1a5e9057e6 /src/glu | |
parent | f8737bda37510672415269f205ca5b0c69454edf (diff) |
glu/sgi: Include missing header file.
Diffstat (limited to 'src/glu')
-rw-r--r-- | 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 449329665c..ba6868a306 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{ |