author | Sam Lantinga |
Tue, 21 Feb 2006 18:20:10 +0000 | |
changeset 1407 | 0c6941483cc6 |
parent 1406 | 39ca9a4b22f3 |
child 1408 | ceb5c2fec4f1 |
1.1 --- a/src/video/SDL_yuv_mmx.c Tue Feb 21 09:14:58 2006 +0000 1.2 +++ b/src/video/SDL_yuv_mmx.c Tue Feb 21 18:20:10 2006 +0000 1.3 @@ -23,6 +23,8 @@ 1.4 1.5 #if defined(__GNUC__) && defined(__i386__) && SDL_ASSEMBLY_ROUTINES 1.6 1.7 +#include "SDL_stdinc.h" 1.8 + 1.9 #define ASM_ARRAY(x) x[] __asm__("_" #x) __attribute__((used)) 1.10 1.11 static unsigned int ASM_ARRAY(MMX_0080w) = {0x00800080, 0x00800080};