mesa: Include missing headers in vtxfmt.h.
authorVinson Lee <vlee@vmware.com>
Sat, 31 Jul 2010 23:15:08 +0000 (16:15 -0700)
committerVinson Lee <vlee@vmware.com>
Sat, 31 Jul 2010 23:15:08 +0000 (16:15 -0700)
Include compiler.h for INLINE symbol.
Include mtypes.h for GLcontext symbol.

src/mesa/main/vtxfmt.h

index fb6c23a..aad38b8 100644 (file)
@@ -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 );