Mesa (master): x86: Include missing headers in mmx.h.

Vinson Lee vlee at kemper.freedesktop.org
Mon Aug 16 06:29:45 UTC 2010


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Sun Aug 15 23:29:09 2010 -0700

x86: Include missing headers in mmx.h.

Include compiler.h for _ASMAPI symbol.
Include mtypes.h for GLcontext symbol.

---

 src/mesa/x86/mmx.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/mesa/x86/mmx.h b/src/mesa/x86/mmx.h
index 5641936..47a0d4b 100644
--- a/src/mesa/x86/mmx.h
+++ b/src/mesa/x86/mmx.h
@@ -26,6 +26,9 @@
 #ifndef ASM_MMX_H
 #define ASM_MMX_H
 
+#include "main/compiler.h"
+#include "main/mtypes.h"
+
 extern void _ASMAPI
 _mesa_mmx_blend_transparency( GLcontext *ctx, GLuint n, const GLubyte mask[],
                               GLvoid *rgba, const GLvoid *dest,




More information about the mesa-commit mailing list