Mercurial > sdl-ios-xcode
changeset 1407:0c6941483cc6
Whoops, forgot to check in this fix
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 21 Feb 2006 18:20:10 +0000 |
parents | 39ca9a4b22f3 |
children | ceb5c2fec4f1 |
files | src/video/SDL_yuv_mmx.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/video/SDL_yuv_mmx.c Tue Feb 21 09:14:58 2006 +0000 +++ b/src/video/SDL_yuv_mmx.c Tue Feb 21 18:20:10 2006 +0000 @@ -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};