From 0859a1597f723f8cc10170e2cfe818a27d1104f9 Mon Sep 17 00:00:00 2001 From: LJ Sonic <lamr@free.fr> Date: Fri, 13 Jan 2023 22:28:03 +0100 Subject: [PATCH] Add missing include directive --- src/sdl/i_system.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sdl/i_system.c b/src/sdl/i_system.c index 7684045fc..47402e549 100644 --- a/src/sdl/i_system.c +++ b/src/sdl/i_system.c @@ -189,6 +189,7 @@ static char returnWadPath[256]; #include "../i_threads.h" #include "../screen.h" //vid.WndParent #include "../netcode/d_net.h" +#include "../netcode/commands.h" #include "../g_game.h" #include "../filesrch.h" #include "endtxt.h" -- GitLab