Module: Mesa Branch: master Commit: b5de2be8e067754292aa44bfa0eab7619d604306 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b5de2be8e067754292aa44bfa0eab7619d604306
Author: Vinson Lee <[email protected]> Date: Thu Jul 29 23:38:17 2010 -0700 mesa: Add missing header to texrender.h. Add mtypes.h for GLcontext symbol. --- src/mesa/main/texrender.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/mesa/main/texrender.h b/src/mesa/main/texrender.h index 7c3fb08..1e87d59 100644 --- a/src/mesa/main/texrender.h +++ b/src/mesa/main/texrender.h @@ -1,6 +1,7 @@ #ifndef TEXRENDER_H #define TEXRENDER_H +#include "mtypes.h" extern void _mesa_render_texture(GLcontext *ctx, _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
