Browse Source

lib: include vlc_threads.h when using vlc_mutex_t

pull/162/head
Steve Lhomme 3 years ago
parent
commit
dff3b2d274
  1. 1
      lib/libvlc_internal.h

1
lib/libvlc_internal.h

@ -36,6 +36,7 @@
#include <vlc_atomic.h>
#include <vlc_common.h>
#include <vlc_threads.h>
/* Note well: this header is included from LibVLC core.
* Therefore, static inline functions MUST NOT call LibVLC functions here

Loading…
Cancel
Save