Module: Mesa Branch: master Commit: f58ec9dc4d15f068974a010c8418a2e63809e8ec URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=f58ec9dc4d15f068974a010c8418a2e63809e8ec
Author: Vinson Lee <[email protected]> Date: Thu Jul 29 23:41:46 2010 -0700 mesa: Add missing header to texgetimage.h. --- src/mesa/main/texgetimage.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/mesa/main/texgetimage.h b/src/mesa/main/texgetimage.h index 088d27c..866ab70 100644 --- a/src/mesa/main/texgetimage.h +++ b/src/mesa/main/texgetimage.h @@ -27,6 +27,7 @@ #ifndef TEXGETIMAGE_H #define TEXGETIMAGE_H +#include "mtypes.h" extern void _mesa_get_teximage(GLcontext *ctx, GLenum target, GLint level, _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
