mesa: Include missing header in prog_noise.h.

Include glheader.h for GLfloat symbol.
This commit is contained in:
Vinson Lee 2010-08-11 01:10:54 -07:00
parent f36a4b3c9e
commit 0578acbe18
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@
#ifndef PROG_NOISE
#define PROG_NOISE
#include "main/glheader.h"
extern GLfloat _mesa_noise1(GLfloat);
extern GLfloat _mesa_noise2(GLfloat, GLfloat);
extern GLfloat _mesa_noise3(GLfloat, GLfloat, GLfloat);