diff options
author | Sam Lantinga <slouken@libsdl.org> | 2008-12-02 17:10:05 +0000 |
---|---|---|
committer | Sam Lantinga <slouken@libsdl.org> | 2008-12-02 17:10:05 +0000 |
commit | d100725b2c6ff9e34ecffff5ae688701bec5a0fa (patch) | |
tree | 93a26419a2e3e8c2a4267cb144ea9b49ad5fbefb /src/video/SDL_bmp.c | |
parent | b19a33def35494105e8d4bbc9ffaf94251f09bd7 (diff) |
Added missing header
Diffstat (limited to 'src/video/SDL_bmp.c')
-rw-r--r-- | src/video/SDL_bmp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video/SDL_bmp.c b/src/video/SDL_bmp.c index 94b8ede5f8..2ddf8f85b7 100644 --- a/src/video/SDL_bmp.c +++ b/src/video/SDL_bmp.c @@ -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 |