OSDN Git Service

mesa: Add missing header to texgetimage.h.
authorVinson Lee <vlee@vmware.com>
Fri, 30 Jul 2010 06:41:46 +0000 (23:41 -0700)
committerVinson Lee <vlee@vmware.com>
Fri, 30 Jul 2010 06:41:46 +0000 (23:41 -0700)
src/mesa/main/texgetimage.h

index 088d27c..866ab70 100644 (file)
@@ -27,6 +27,7 @@
 #ifndef TEXGETIMAGE_H
 #define TEXGETIMAGE_H
 
+#include "mtypes.h"
 
 extern void
 _mesa_get_teximage(GLcontext *ctx, GLenum target, GLint level,