From dff3b2d2744b3bef6f119f7fbea50d1de1a6478b Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Wed, 19 Apr 2023 13:27:44 +0200 Subject: [PATCH] lib: include vlc_threads.h when using vlc_mutex_t --- lib/libvlc_internal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libvlc_internal.h b/lib/libvlc_internal.h index ab4684ab5c..a1c76fc79f 100644 --- a/lib/libvlc_internal.h +++ b/lib/libvlc_internal.h @@ -36,6 +36,7 @@ #include #include +#include /* Note well: this header is included from LibVLC core. * Therefore, static inline functions MUST NOT call LibVLC functions here