diff options
author | Vinson Lee <[email protected]> | 2010-07-31 16:15:08 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-07-31 16:15:08 -0700 |
commit | 9e75ac7d25c7bf97b894cd70a4d1657587df5c23 (patch) | |
tree | 2ad181ec9406c2bf587b9a6c96c89de8b87d1eeb /src | |
parent | dda9b80d078c3569839e150b6720606c1c5d43c0 (diff) |
mesa: Include missing headers in vtxfmt.h.
Include compiler.h for INLINE symbol.
Include mtypes.h for GLcontext symbol.
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/main/vtxfmt.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/vtxfmt.h b/src/mesa/main/vtxfmt.h index fb6c23abe98..aad38b87c35 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 ); |