Mesa (master): mesa: Include missing header in prog_noise.h.

Vinson Lee vlee at kemper.freedesktop.org
Wed Aug 11 08:11:27 UTC 2010


Module: Mesa
Branch: master
Commit: 0578acbe18cf940850c9a94f2fd96f4602dd03bf
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0578acbe18cf940850c9a94f2fd96f4602dd03bf

Author: Vinson Lee <vlee at vmware.com>
Date:   Wed Aug 11 01:10:54 2010 -0700

mesa: Include missing header in prog_noise.h.

Include glheader.h for GLfloat symbol.

---

 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 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);




More information about the mesa-commit mailing list