include: include vlc_threads.h when vlc_mutex_t is used

This commit is contained in:
Steve Lhomme 2023-04-25 10:13:34 +02:00
parent 9aa4648b22
commit 0a10f3e4a2
7 changed files with 8 additions and 0 deletions

View File

@ -22,6 +22,7 @@
#define VLC_ADDONS_H 1
#include <vlc_arrays.h>
#include <vlc_threads.h>
# ifdef __cplusplus
extern "C" {

View File

@ -26,6 +26,7 @@
#include <assert.h>
#include <vlc_list.h>
#include <vlc_es.h>
#include <vlc_threads.h>
/* FIXME to remove once aout.h is cleaned a bit more */
#include <vlc_block.h>

View File

@ -26,6 +26,7 @@
#include <vlc_arrays.h>
#include <vlc_meta.h>
#include <vlc_threads.h>
/**
* \file

View File

@ -24,6 +24,7 @@
#define VLC_EXTENSIONS_H
#include "vlc_common.h"
#include "vlc_threads.h"
#include "vlc_arrays.h"
/* Structures */

View File

@ -33,6 +33,7 @@
#include <vlc_epg.h>
#include <vlc_events.h>
#include <vlc_list.h>
#include <vlc_threads.h>
#include <string.h>

View File

@ -25,6 +25,8 @@
#ifndef VLC_INTF_H_
#define VLC_INTF_H_
#include <vlc_threads.h>
# ifdef __cplusplus
extern "C" {
# endif

View File

@ -31,6 +31,7 @@
#include <stdbool.h>
#include <stdint.h>
#include <vlc_common.h>
#include <vlc_threads.h>
/**
* Opaque type for queue entry.