From f73e12d0d6a703f35228c7fe8a93060a34e32c60 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 9 May 2010 15:47:21 -0700 Subject: [PATCH] Added missing header --- src/video/x11/SDL_x11video.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/video/x11/SDL_x11video.c b/src/video/x11/SDL_x11video.c index 0233fabbd..2494bce39 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"