diff options
author | Vinson Lee <[email protected]> | 2010-07-30 23:30:38 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-07-30 23:30:38 -0700 |
commit | 378b8df47acd2c85c6cc0ea6f22d2994e4a2ee77 (patch) | |
tree | 668bec05dd2cc86370d3a843746d1b17059705e8 /src/mesa/main/nvprogram.h | |
parent | 094d66f45992830929d620782c70836b4b9b4a37 (diff) |
mesa: Include missing headers in nvprogram.h.
Diffstat (limited to 'src/mesa/main/nvprogram.h')
-rw-r--r-- | src/mesa/main/nvprogram.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/nvprogram.h b/src/mesa/main/nvprogram.h index 8ee59661bd0..260a25ba9e9 100644 --- a/src/mesa/main/nvprogram.h +++ b/src/mesa/main/nvprogram.h @@ -29,6 +29,8 @@ #ifndef NVPROGRAM_H #define NVPROGRAM_H +#include "glheader.h" +#include "mtypes.h" extern void GLAPIENTRY _mesa_ExecuteProgramNV(GLenum target, GLuint id, const GLfloat *params); |