diff src/video/x11/SDL_x11render.c @ 4472:791b3256fb22

Mostly cleaned up warnings with -Wmissing-prototypes
author Sam Lantinga <slouken@libsdl.org>
date Sat, 26 Jun 2010 08:56:48 -0700
parents c9584df65367
children 844b5ef4b149
line wrap: on
line diff
--- a/src/video/x11/SDL_x11render.c	Thu Jun 17 22:23:20 2010 -0700
+++ b/src/video/x11/SDL_x11render.c	Sat Jun 26 08:56:48 2010 -0700
@@ -26,6 +26,7 @@
 #include <limits.h> /* For INT_MIN and INT_MAX */
 
 #include "SDL_x11video.h"
+#include "SDL_x11render.h"
 #include "../SDL_rect_c.h"
 #include "../SDL_pixels_c.h"
 #include "../SDL_yuv_sw_c.h"