vlc_tick: include vlc_common to get VLC_API

This commit is contained in:
Steve Lhomme 2024-03-12 14:18:51 +01:00 committed by Jean-Baptiste Kempf
parent 9e296fb6f3
commit e6f6390ba2
1 changed files with 2 additions and 1 deletions

View File

@ -32,6 +32,7 @@
struct timespec;
#include <vlc_config.h>
#include <vlc_common.h>
/**
* High precision date or time interval
@ -307,7 +308,7 @@ VLC_API vlc_tick_t date_Decrement(date_t *restrict date, uint32_t count);
/**
* Gets the current wallclock time as 64-bit NTP timestamp.
*
*
* \return NTP 64-bits timestamp in host byte order
*/
VLC_API uint64_t vlc_ntp_time( void );