diff options
Diffstat (limited to 'src/mesa/main/arbprogram.h')
-rw-r--r-- | src/mesa/main/arbprogram.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/main/arbprogram.h b/src/mesa/main/arbprogram.h index df16513e398..787ffd62f4b 100644 --- a/src/mesa/main/arbprogram.h +++ b/src/mesa/main/arbprogram.h @@ -27,6 +27,10 @@ #define ARBPROGRAM_H +#include "compiler.h" +#include "glheader.h" + + extern void GLAPIENTRY _mesa_BindProgram(GLenum target, GLuint id); |