OSDN Git Service

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 c477947..dd7986e 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);