Browse Source

vlc_vout_osd: include <vlc_tick.h>

vlc_tick_t is used here and cannot be forward-declared.
pull/162/head
Alexandre Janniaux 3 years ago
committed by Jean-Baptiste Kempf
parent
commit
f2fbf05399
  1. 2
      include/vlc_vout_osd.h

2
include/vlc_vout_osd.h

@ -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…
Cancel
Save