From 43b6c9073b8aad1170536ae5c6a5a019617659f1 Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 31 Dec 2010 17:42:11 +0000 Subject: mesa git update 31/12/2010 --- mesalib/src/mesa/vbo/vbo.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mesalib/src/mesa/vbo') 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; -- cgit v1.2.3