summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-08-11 01:10:54 -0700
committerVinson Lee <vlee@vmware.com>2010-08-11 01:10:54 -0700
commit0578acbe18cf940850c9a94f2fd96f4602dd03bf (patch)
treee2eb56c4710ceadcd332470e85cde4c47a1ceddd
parentf36a4b3c9eee20dcae40ecc578401eaae1658898 (diff)
downloadexternal_mesa3d-0578acbe18cf940850c9a94f2fd96f4602dd03bf.zip
external_mesa3d-0578acbe18cf940850c9a94f2fd96f4602dd03bf.tar.gz
external_mesa3d-0578acbe18cf940850c9a94f2fd96f4602dd03bf.tar.bz2
mesa: Include missing header in prog_noise.h.
Include glheader.h for GLfloat symbol.
-rw-r--r--src/mesa/program/prog_noise.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/program/prog_noise.h b/src/mesa/program/prog_noise.h
index c477947..dd7986e 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);