vlc_vout_osd: include <vlc_tick.h>

vlc_tick_t is used here and cannot be forward-declared.
This commit is contained in:
Alexandre Janniaux 2023-08-10 14:52:07 +02:00 committed by Jean-Baptiste Kempf
parent 661c52a36b
commit f2fbf05399
1 changed files with 2 additions and 0 deletions

View File

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