mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-15 06:59:58 -05:00
core-rtclock: Add missing declaration of struct timespec
This commit is contained in:
parent
74c9c41031
commit
9dd77827ad
1 changed files with 2 additions and 0 deletions
|
|
@ -42,6 +42,8 @@ void pa_rtclock_hrtimer_enable(void);
|
||||||
struct timeval* pa_rtclock_from_wallclock(struct timeval *tv);
|
struct timeval* pa_rtclock_from_wallclock(struct timeval *tv);
|
||||||
|
|
||||||
#ifdef HAVE_CLOCK_GETTIME
|
#ifdef HAVE_CLOCK_GETTIME
|
||||||
|
struct timespec;
|
||||||
|
|
||||||
pa_usec_t pa_timespec_load(const struct timespec *ts);
|
pa_usec_t pa_timespec_load(const struct timespec *ts);
|
||||||
struct timespec* pa_timespec_store(struct timespec *ts, pa_usec_t v);
|
struct timespec* pa_timespec_store(struct timespec *ts, pa_usec_t v);
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue