From 2070331f649a1e19021d62d4e3a176dcd40732f4 Mon Sep 17 00:00:00 2001 From: NRK Date: Thu, 19 Oct 2023 18:18:52 +0600 Subject: osdep: remove atomic.h replace it with and replace the mp_atomic_* typedefs with explicit _Atomic qualified types. also add missing config.h includes on some files. --- player/core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player/core.h') diff --git a/player/core.h b/player/core.h index 324dd01c87..12105c3da5 100644 --- a/player/core.h +++ b/player/core.h @@ -21,7 +21,7 @@ #include #include -#include "osdep/atomic.h" +#include #include "libmpv/client.h" -- cgit v1.2.3