summaryrefslogtreecommitdiff
path: root/src/mesa/main/texgetimage.h
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-07-29 23:41:46 -0700
committerVinson Lee <vlee@vmware.com>2010-07-29 23:41:46 -0700
commitf58ec9dc4d15f068974a010c8418a2e63809e8ec (patch)
tree08b68178cf555027275248280c63b2c61c4364fe /src/mesa/main/texgetimage.h
parentb5de2be8e067754292aa44bfa0eab7619d604306 (diff)
mesa: Add missing header to texgetimage.h.
Diffstat (limited to 'src/mesa/main/texgetimage.h')
-rw-r--r--src/mesa/main/texgetimage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/texgetimage.h b/src/mesa/main/texgetimage.h
index 088d27c7e1..866ab70494 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,