From 215b9eb8e80408d2fb6f6eb01304ece8f26c151d Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sat, 20 Jul 2013 21:22:37 -0400 Subject: [PATCH] Include SDL_assert.h to fix broken build. --- src/render/SDL_yuv_sw.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/render/SDL_yuv_sw.c b/src/render/SDL_yuv_sw.c index 5dd3ff0c7..bb235b0a2 100644 --- a/src/render/SDL_yuv_sw.c +++ b/src/render/SDL_yuv_sw.c @@ -82,6 +82,7 @@ * SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. */ +#include "SDL_assert.h" #include "SDL_video.h" #include "SDL_cpuinfo.h" #include "SDL_yuv_sw_c.h"