diff options
author | Vinson Lee <[email protected]> | 2010-07-29 23:41:46 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-07-29 23:41:46 -0700 |
commit | f58ec9dc4d15f068974a010c8418a2e63809e8ec (patch) | |
tree | 08b68178cf555027275248280c63b2c61c4364fe /src/mesa/main/texgetimage.h | |
parent | b5de2be8e067754292aa44bfa0eab7619d604306 (diff) |
mesa: Add missing header to texgetimage.h.
Diffstat (limited to 'src/mesa/main/texgetimage.h')
-rw-r--r-- | 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 088d27c7e17..866ab704945 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, |