diff src/video/SDL_bmp.c @ 2823:15e1dd1fff78

Added missing header
author Sam Lantinga <slouken@libsdl.org>
date Tue, 02 Dec 2008 17:10:05 +0000
parents 365fe1a2aad5
children 6c3fbeb04eca
line wrap: on
line diff
--- a/src/video/SDL_bmp.c	Tue Dec 02 16:10:21 2008 +0000
+++ b/src/video/SDL_bmp.c	Tue Dec 02 17:10:05 2008 +0000
@@ -35,6 +35,7 @@
 
 #include "SDL_video.h"
 #include "SDL_endian.h"
+#include "SDL_pixels_c.h"
 
 /* Compression encodings for BMP files */
 #ifndef BI_RGB