From: Vinson Lee Date: Sat, 31 Jul 2010 06:30:38 +0000 (-0700) Subject: mesa: Include missing headers in nvprogram.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=378b8df47acd2c85c6cc0ea6f22d2994e4a2ee77;p=mesa.git mesa: Include missing headers in nvprogram.h. --- 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);