From f50df1acfb8f71db3a59dd19d98d8c0bb9bb3521 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Fri, 5 Nov 2021 03:15:17 +0100 Subject: [PATCH] Buildfix --- gfx/video_driver.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gfx/video_driver.c b/gfx/video_driver.c index 813d64d77e..4d7766a62c 100644 --- a/gfx/video_driver.c +++ b/gfx/video_driver.c @@ -31,6 +31,7 @@ #include "video_filter.h" #include "video_display_server.h" +#include "gfx_animation.h" #ifdef HAVE_GFX_WIDGETS #include "gfx_widgets.h" #endif