From 2144f8e95e67cb4743ce7eaf490c9983c888fea4 Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Sun, 15 Aug 2010 23:29:09 -0700 Subject: 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 file changed, 3 insertions(+) (limited to 'src/mesa/x86') diff --git a/src/mesa/x86/mmx.h b/src/mesa/x86/mmx.h index 5641936bdb..47a0d4b54d 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, -- cgit v1.2.3