projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f36a4b3
)
mesa: Include missing header in prog_noise.h.
author
Vinson Lee
<vlee@vmware.com>
Wed, 11 Aug 2010 08:10:54 +0000
(
01:10
-0700)
committer
Vinson Lee
<vlee@vmware.com>
Wed, 11 Aug 2010 08:10:54 +0000
(
01:10
-0700)
Include glheader.h for GLfloat symbol.
src/mesa/program/prog_noise.h
patch
|
blob
|
history
diff --git
a/src/mesa/program/prog_noise.h
b/src/mesa/program/prog_noise.h
index c4779479f9bbb3994c57c623ce67e651c4c26e97..dd7986efcdb163e8077860c02de96fb045215c59 100644
(file)
--- 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);