diff options
author | marha <marha@users.sourceforge.net> | 2010-12-31 17:42:11 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-12-31 17:42:11 +0000 |
commit | 43b6c9073b8aad1170536ae5c6a5a019617659f1 (patch) | |
tree | f20e9574aff8ff95b1364bed1092f369199192fd /mesalib/src/mesa/tnl/t_vp_build.h | |
parent | 807c6931fe683fd844ceec1b023232181e6aae03 (diff) | |
download | vcxsrv-43b6c9073b8aad1170536ae5c6a5a019617659f1.tar.gz vcxsrv-43b6c9073b8aad1170536ae5c6a5a019617659f1.tar.bz2 vcxsrv-43b6c9073b8aad1170536ae5c6a5a019617659f1.zip |
mesa git update 31/12/2010
Diffstat (limited to 'mesalib/src/mesa/tnl/t_vp_build.h')
-rw-r--r-- | mesalib/src/mesa/tnl/t_vp_build.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mesalib/src/mesa/tnl/t_vp_build.h b/mesalib/src/mesa/tnl/t_vp_build.h index e5133e052..6cba2ce5a 100644 --- a/mesalib/src/mesa/tnl/t_vp_build.h +++ b/mesalib/src/mesa/tnl/t_vp_build.h @@ -27,7 +27,7 @@ #ifndef T_VP_BUILD_H
#define T_VP_BUILD_H
-#include "main/mtypes.h"
+struct gl_context;
#define TNL_FIXED_FUNCTION_STATE_FLAGS (_NEW_PROGRAM | \
_NEW_LIGHT | \
|