Browse Source

vlc_tick: include vlc_config to get CLOCK_FREQ

It is sometimes included without vlc_common.h.
pull/162/head
Steve Lhomme 3 years ago
parent
commit
b1a36d5865
  1. 2
      include/vlc_tick.h

2
include/vlc_tick.h

@ -31,6 +31,8 @@
struct timespec;
#include <vlc_config.h>
/**
* High precision date or time interval
*

Loading…
Cancel
Save