Mesa (master): mesa: Include missing headers in vtxfmt.h.

Vinson Lee vlee at kemper.freedesktop.org
Sat Jul 31 23:16:02 UTC 2010


Module: Mesa
Branch: master
Commit: 9e75ac7d25c7bf97b894cd70a4d1657587df5c23
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9e75ac7d25c7bf97b894cd70a4d1657587df5c23

Author: Vinson Lee <vlee at vmware.com>
Date:   Sat Jul 31 16:15:08 2010 -0700

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 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/mesa/main/vtxfmt.h b/src/mesa/main/vtxfmt.h
index fb6c23a..aad38b8 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 );




More information about the mesa-commit mailing list