[pulseaudio-commits] src/pulsecore

Arun Raghavan arun at kemper.freedesktop.org
Mon Dec 7 19:22:04 PST 2015


 src/pulsecore/core-rtclock.h |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 9dd77827ad55bf2c6e58f3ce24537afb42616e8e
Author: Kamil Rytarowski <n54 at gmx.com>
Date:   Tue Dec 8 02:52:08 2015 +0100

    core-rtclock: Add missing declaration of struct timespec

diff --git a/src/pulsecore/core-rtclock.h b/src/pulsecore/core-rtclock.h
index 11bfcc9..89ad237 100644
--- a/src/pulsecore/core-rtclock.h
+++ b/src/pulsecore/core-rtclock.h
@@ -42,6 +42,8 @@ void pa_rtclock_hrtimer_enable(void);
 struct timeval* pa_rtclock_from_wallclock(struct timeval *tv);
 
 #ifdef HAVE_CLOCK_GETTIME
+struct timespec;
+
 pa_usec_t pa_timespec_load(const struct timespec *ts);
 struct timespec* pa_timespec_store(struct timespec *ts, pa_usec_t v);
 #endif



More information about the pulseaudio-commits mailing list