From df6b8131089eaf434d5b99830946c37976106a16 Mon Sep 17 00:00:00 2001 From: Sylvain Becker Date: Tue, 5 Jan 2021 12:16:32 +0100 Subject: [PATCH] Fix compilation (implicit declaration of function) (see bug #5430) --- 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 a4bd51520..8b8bf9b12 100644 --- a/src/render/SDL_yuv_sw.c +++ b/src/render/SDL_yuv_sw.c @@ -26,6 +26,7 @@ #include "SDL_yuv_sw_c.h" +#include "SDL_cpuinfo.h" SDL_SW_YUVTexture *