mirror of
https://github.com/videolan/vlc.git
synced 2024-11-27 03:47:46 +08:00
include: include vlc_threads.h when vlc_mutex_t is used
This commit is contained in:
parent
9aa4648b22
commit
0a10f3e4a2
@ -22,6 +22,7 @@
|
||||
#define VLC_ADDONS_H 1
|
||||
|
||||
#include <vlc_arrays.h>
|
||||
#include <vlc_threads.h>
|
||||
|
||||
# ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -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>
|
||||
|
@ -26,6 +26,7 @@
|
||||
|
||||
#include <vlc_arrays.h>
|
||||
#include <vlc_meta.h>
|
||||
#include <vlc_threads.h>
|
||||
|
||||
/**
|
||||
* \file
|
||||
|
@ -24,6 +24,7 @@
|
||||
#define VLC_EXTENSIONS_H
|
||||
|
||||
#include "vlc_common.h"
|
||||
#include "vlc_threads.h"
|
||||
#include "vlc_arrays.h"
|
||||
|
||||
/* Structures */
|
||||
|
@ -33,6 +33,7 @@
|
||||
#include <vlc_epg.h>
|
||||
#include <vlc_events.h>
|
||||
#include <vlc_list.h>
|
||||
#include <vlc_threads.h>
|
||||
|
||||
#include <string.h>
|
||||
|
||||
|
@ -25,6 +25,8 @@
|
||||
#ifndef VLC_INTF_H_
|
||||
#define VLC_INTF_H_
|
||||
|
||||
#include <vlc_threads.h>
|
||||
|
||||
# ifdef __cplusplus
|
||||
extern "C" {
|
||||
# endif
|
||||
|
@ -31,6 +31,7 @@
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <vlc_common.h>
|
||||
#include <vlc_threads.h>
|
||||
|
||||
/**
|
||||
* Opaque type for queue entry.
|
||||
|
Loading…
Reference in New Issue
Block a user