x86: Include missing headers in mmx.h.

Include compiler.h for _ASMAPI symbol.
Include mtypes.h for GLcontext symbol.
This commit is contained in:
Vinson Lee 2010-08-15 23:29:09 -07:00
parent 51f979c347
commit 2144f8e95e
1 changed files with 3 additions and 0 deletions

View File

@ -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,