From b2068abe3a72567f3c32132f0d180459fea19914 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 --- 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};