[pulseaudio-discuss] [PATCH] NetBSD: Add missing declaration of struct timespec
Kamil Rytarowski
n54 at gmx.com
Mon Dec 7 17:52:08 PST 2015
---
src/pulsecore/core-rtclock.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/pulsecore/core-rtclock.h b/src/pulsecore/core-rtclock.h
index 11bfcc9..a5327e8 100644
--- a/src/pulsecore/core-rtclock.h
+++ b/src/pulsecore/core-rtclock.h
@@ -42,6 +42,7 @@ 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
--
2.6.3
More information about the pulseaudio-discuss
mailing list