From b4f09f7a55e5825a8d9ca69133a45808a614dc17 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 30 Sep 2021 23:31:54 +0200 Subject: [PATCH] Fix some header includes --- command.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/command.c b/command.c index 2ca3ecab30..0cd85fd6c0 100644 --- a/command.c +++ b/command.c @@ -23,6 +23,7 @@ #include #endif #include +#include #include #include #include @@ -49,6 +50,7 @@ #include "dynamic.h" #include "list_special.h" #include "paths.h" +#include "retroarch.h" #include "verbosity.h" #include "version.h" #include "version_git.h"