mesa: Include missing header in prog_noise.h.
authorVinson Lee <vlee@vmware.com>
Wed, 11 Aug 2010 08:10:54 +0000 (01:10 -0700)
committerVinson 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

index c4779479f9bbb3994c57c623ce67e651c4c26e97..dd7986efcdb163e8077860c02de96fb045215c59 100644 (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);