x86: Include missing headers in mmx.h.
authorVinson Lee <vlee@vmware.com>
Mon, 16 Aug 2010 06:29:09 +0000 (23:29 -0700)
committerVinson Lee <vlee@vmware.com>
Mon, 16 Aug 2010 06:29:09 +0000 (23:29 -0700)
Include compiler.h for _ASMAPI symbol.
Include mtypes.h for GLcontext symbol.

src/mesa/x86/mmx.h

index 5641936..47a0d4b 100644 (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,