From 9e75ac7d25c7bf97b894cd70a4d1657587df5c23 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Sat, 31 Jul 2010 16:15:08 -0700 Subject: mesa: Include missing headers in vtxfmt.h. Include compiler.h for INLINE symbol. Include mtypes.h for GLcontext symbol. --- src/mesa/main/vtxfmt.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mesa/main/vtxfmt.h') diff --git a/src/mesa/main/vtxfmt.h b/src/mesa/main/vtxfmt.h index fb6c23abe9..aad38b87c3 100644 --- a/src/mesa/main/vtxfmt.h +++ b/src/mesa/main/vtxfmt.h @@ -33,6 +33,9 @@ #ifndef _VTXFMT_H_ #define _VTXFMT_H_ +#include "compiler.h" +#include "mtypes.h" + #if FEATURE_beginend extern void _mesa_init_exec_vtxfmt( GLcontext *ctx ); -- cgit v1.2.3