diff src/video/SDL_blit.h @ 2250:e1d228456537

Fixed a few compiler warnings. Added SDL_blit_copy.c to the Visual C++ project The SSE and MMX intrinsics don't compile on Visual Studio yet...
author Sam Lantinga <slouken@libsdl.org>
date Thu, 16 Aug 2007 06:20:51 +0000
parents 5a58b57b6724
children 292bee385630
line wrap: on
line diff
--- a/src/video/SDL_blit.h	Thu Aug 16 05:56:24 2007 +0000
+++ b/src/video/SDL_blit.h	Thu Aug 16 06:20:51 2007 +0000
@@ -31,6 +31,7 @@
 #include <xmmintrin.h>
 #endif
 
+#include "SDL_cpuinfo.h"
 #include "SDL_endian.h"
 
 /* The structure passed to the low level blit functions */