glu/sgi: Include missing header file.

This commit is contained in:
Vinson Lee 2010-01-09 23:53:54 -08:00
parent f8737bda37
commit 61afd1158f
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@
#ifndef _BEZIERPATCHMESH_H
#define _BEZIERPATCHMESH_H
#include <GL/gl.h>
#include "bezierPatch.h"
typedef struct bezierPatchMesh{