changeset 4459:c0f2a1e6f0cd

Added missing header
author Sam Lantinga <slouken@libsdl.org>
date Sun, 09 May 2010 15:47:21 -0700
parents c9584df65367
children 363604b42e84
files src/video/x11/SDL_x11video.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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"