gallium/u_blit: remove useless memset calls
[mesa.git] / 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);