summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-07-31 16:15:08 -0700
committerVinson Lee <vlee@vmware.com>2010-07-31 16:15:08 -0700
commit9e75ac7d25c7bf97b894cd70a4d1657587df5c23 (patch)
tree2ad181ec9406c2bf587b9a6c96c89de8b87d1eeb
parentdda9b80d078c3569839e150b6720606c1c5d43c0 (diff)
mesa: Include missing headers in vtxfmt.h.
Include compiler.h for INLINE symbol. Include mtypes.h for GLcontext symbol.
-rw-r--r--src/mesa/main/vtxfmt.h3
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 );