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/tnl/tnl.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mesalib/src/mesa/tnl/tnl.h') diff --git a/mesalib/src/mesa/tnl/tnl.h b/mesalib/src/mesa/tnl/tnl.h index 9966878da..3ca0c5ebb 100644 --- a/mesalib/src/mesa/tnl/tnl.h +++ b/mesalib/src/mesa/tnl/tnl.h @@ -28,8 +28,11 @@ #ifndef _TNL_H #define _TNL_H -#include "main/mtypes.h" +#include "main/glheader.h" +struct gl_client_array; +struct gl_context; +struct gl_program; /* These are the public-access functions exported from tnl. (A few -- cgit v1.2.3