diff options
author | Vinson Lee <[email protected]> | 2010-08-11 01:10:54 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-08-11 01:10:54 -0700 |
commit | 0578acbe18cf940850c9a94f2fd96f4602dd03bf (patch) | |
tree | e2eb56c4710ceadcd332470e85cde4c47a1ceddd /src/mesa/program/prog_noise.h | |
parent | f36a4b3c9eee20dcae40ecc578401eaae1658898 (diff) |
mesa: Include missing header in prog_noise.h.
Include glheader.h for GLfloat symbol.
Diffstat (limited to 'src/mesa/program/prog_noise.h')
-rw-r--r-- | src/mesa/program/prog_noise.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/program/prog_noise.h b/src/mesa/program/prog_noise.h index c4779479f9b..dd7986efcdb 100644 --- a/src/mesa/program/prog_noise.h +++ b/src/mesa/program/prog_noise.h @@ -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); |