From af3f2685e13a4546942a6fdfd5b94d2365b803b6 Mon Sep 17 00:00:00 2001 From: Cacodemon345 Date: Sun, 3 Jul 2022 01:40:27 +0600 Subject: [PATCH] Fix Windows builds for real --- src/win/win_toolbar.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/win/win_toolbar.c b/src/win/win_toolbar.c index e3480bc06..322038fda 100644 --- a/src/win/win_toolbar.c +++ b/src/win/win_toolbar.c @@ -8,6 +8,7 @@ #include <86box/plat.h> #include <86box/resource.h> #include <86box/ui.h> +#include <86box/video.h> #include <86box/win.h> HWND hwndRebar = NULL;