Browse Source

vlc_tick: include vlc_common to get VLC_API

pull/162/head
Steve Lhomme 2 years ago
committed by Jean-Baptiste Kempf
parent
commit
e6f6390ba2
  1. 3
      include/vlc_tick.h

3
include/vlc_tick.h

@ -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 );

Loading…
Cancel
Save