From b2a121cbd9764b7b348525d4ac5f83c232104969 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 21 Feb 2006 18:20:10 +0000 Subject: [PATCH] Whoops, forgot to check in this fix --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401411 --- src/video/SDL_yuv_mmx.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/video/SDL_yuv_mmx.c b/src/video/SDL_yuv_mmx.c index 3bdad9fcb..0779f78e4 100644 --- a/src/video/SDL_yuv_mmx.c +++ b/src/video/SDL_yuv_mmx.c @@ -23,6 +23,8 @@ #if defined(__GNUC__) && defined(__i386__) && SDL_ASSEMBLY_ROUTINES +#include "SDL_stdinc.h" + #define ASM_ARRAY(x) x[] __asm__("_" #x) __attribute__((used)) static unsigned int ASM_ARRAY(MMX_0080w) = {0x00800080, 0x00800080};