From 27f0a35c535d66f4216fc1a4f1d15d10990fb8a0 Mon Sep 17 00:00:00 2001 From: llyyr Date: Wed, 20 Sep 2023 17:28:35 +0530 Subject: various: add missing include in header flles Mostly cosmetic --- player/command.h | 1 + 1 file changed, 1 insertion(+) (limited to 'player/command.h') diff --git a/player/command.h b/player/command.h index ba3824cd9b..185b78fdbe 100644 --- a/player/command.h +++ b/player/command.h @@ -21,6 +21,7 @@ #include #include "libmpv/client.h" +#include "osdep/compiler.h" struct MPContext; struct mp_cmd; -- cgit v1.2.3