mirror of
https://github.com/videolan/vlc.git
synced 2024-11-23 09:53:43 +08:00
vlc_vout_osd: include <vlc_tick.h>
vlc_tick_t is used here and cannot be forward-declared.
This commit is contained in:
parent
661c52a36b
commit
f2fbf05399
@ -25,6 +25,8 @@
|
||||
#ifndef VLC_VOUT_OSD_H
|
||||
#define VLC_VOUT_OSD_H 1
|
||||
|
||||
#include <vlc_tick.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user