aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/mesa/vbo
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2010-12-31 17:42:11 +0000
committermarha <marha@users.sourceforge.net>2010-12-31 17:42:11 +0000
commit43b6c9073b8aad1170536ae5c6a5a019617659f1 (patch)
treef20e9574aff8ff95b1364bed1092f369199192fd /mesalib/src/mesa/vbo
parent807c6931fe683fd844ceec1b023232181e6aae03 (diff)
downloadvcxsrv-43b6c9073b8aad1170536ae5c6a5a019617659f1.tar.gz
vcxsrv-43b6c9073b8aad1170536ae5c6a5a019617659f1.tar.bz2
vcxsrv-43b6c9073b8aad1170536ae5c6a5a019617659f1.zip
mesa git update 31/12/2010
Diffstat (limited to 'mesalib/src/mesa/vbo')
-rw-r--r--mesalib/src/mesa/vbo/vbo.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/mesalib/src/mesa/vbo/vbo.h b/mesalib/src/mesa/vbo/vbo.h
index 3575aa749..20c7429da 100644
--- a/mesalib/src/mesa/vbo/vbo.h
+++ b/mesalib/src/mesa/vbo/vbo.h
@@ -32,7 +32,10 @@
#ifndef _VBO_H
#define _VBO_H
-#include "main/mtypes.h"
+#include "main/glheader.h"
+
+struct gl_client_array;
+struct gl_context;
struct _mesa_prim {
GLuint mode:8;