Skip to content

Commit

Permalink
SDL_pixels.h needs SDL_stdinc.h for SDL_FOURCC #define (thanks, Dmitr…
Browse files Browse the repository at this point in the history
…y!).

Fixes Bugzilla #2384.
  • Loading branch information
icculus committed Feb 5, 2014
1 parent d4e3221 commit 7afbb8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/SDL_pixels.h
Expand Up @@ -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
Expand Down

0 comments on commit 7afbb8c

Please sign in to comment.