diff src/video/x11/SDL_x11video.c @ 4459:c0f2a1e6f0cd

Added missing header
author Sam Lantinga <slouken@libsdl.org>
date Sun, 09 May 2010 15:47:21 -0700
parents f7b03b6838cb
children 791b3256fb22 0375d020e7e3 b6930aefd008
line wrap: on
line diff
--- a/src/video/x11/SDL_x11video.c	Sun May 09 15:46:19 2010 -0700
+++ b/src/video/x11/SDL_x11video.c	Sun May 09 15:47:21 2010 -0700
@@ -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"