diff options
author | Sam Lantinga <slouken@libsdl.org> | 2010-05-09 15:47:21 -0700 |
---|---|---|
committer | Sam Lantinga <slouken@libsdl.org> | 2010-05-09 15:47:21 -0700 |
commit | 906341c826b55098045cec0f8338a7370d853fa8 (patch) | |
tree | ebfb2497cbabb775c244cc4414aea9c499754e4e /src | |
parent | 3bc34ef448c5c29117949e5d8ae1ce18ea96bd4d (diff) |
Added missing header
Diffstat (limited to 'src')
-rw-r--r-- | src/video/x11/SDL_x11video.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video/x11/SDL_x11video.c b/src/video/x11/SDL_x11video.c index 0233fabb..2494bce3 100644 --- a/src/video/x11/SDL_x11video.c +++ b/src/video/x11/SDL_x11video.c @@ -27,6 +27,7 @@ #include "../SDL_pixels_c.h" #include "SDL_x11video.h" +#include "SDL_x11render.h" #if SDL_VIDEO_DRIVER_PANDORA #include "SDL_x11opengles.h" |