mirror of https://github.com/encounter/SDL.git
SDL_pixels.h needs SDL_stdinc.h for SDL_FOURCC #define (thanks, Dmitry!).
Fixes Bugzilla #2384.
This commit is contained in:
parent
d4e3221f1d
commit
7afbb8c377
|
@ -28,6 +28,8 @@
|
||||||
#ifndef _SDL_pixels_h
|
#ifndef _SDL_pixels_h
|
||||||
#define _SDL_pixels_h
|
#define _SDL_pixels_h
|
||||||
|
|
||||||
|
#include "SDL_stdinc.h"
|
||||||
|
|
||||||
#include "begin_code.h"
|
#include "begin_code.h"
|
||||||
/* Set up for C function definitions, even when using C++ */
|
/* Set up for C function definitions, even when using C++ */
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|
Loading…
Reference in New Issue