From 7afbb8c377fa5d5a891f0360dfd1243735cf1494 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 5 Feb 2014 00:34:26 -0500 Subject: [PATCH] SDL_pixels.h needs SDL_stdinc.h for SDL_FOURCC #define (thanks, Dmitry!). Fixes Bugzilla #2384. --- include/SDL_pixels.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/SDL_pixels.h b/include/SDL_pixels.h index 5abf92a85d432..3131af7b74251 100644 --- a/include/SDL_pixels.h +++ b/include/SDL_pixels.h @@ -28,6 +28,8 @@ #ifndef _SDL_pixels_h #define _SDL_pixels_h +#include "SDL_stdinc.h" + #include "begin_code.h" /* Set up for C function definitions, even when using C++ */ #ifdef __cplusplus