mesa: Include missing header in prog_noise.h.
Include glheader.h for GLfloat symbol.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user