SDL_pixels.h needs SDL_stdinc.h for SDL_FOURCC #define (thanks, Dmitry!).

Fixes Bugzilla #2384.
This commit is contained in:
Ryan C. Gordon 2014-02-05 00:34:26 -05:00
parent d4e3221f1d
commit 7afbb8c377
1 changed files with 2 additions and 0 deletions

View File

@ -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