From 4c048375743072744834d9fecb299aa90386f949 Mon Sep 17 00:00:00 2001 From: ts-korhonen Date: Wed, 12 Jan 2022 20:38:27 +0200 Subject: [PATCH] Fix discord.h filename change on include --- src/win/win_ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/win/win_ui.c b/src/win/win_ui.c index c2740f0c7..7179b108b 100644 --- a/src/win/win_ui.c +++ b/src/win/win_ui.c @@ -43,7 +43,7 @@ #include <86box/ui.h> #include <86box/win.h> #include <86box/version.h> -# include <86box/win_discord.h> +#include <86box/discord.h> #ifdef MTR_ENABLED #include