summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Rytarowski <n54@gmx.com>2015-12-08 02:52:08 +0100
committerArun Raghavan <git@arunraghavan.net>2015-12-08 08:50:10 +0530
commit9dd77827ad55bf2c6e58f3ce24537afb42616e8e (patch)
treec5245576c97bc3dc093a76af44f1cd498cc76410
parent74c9c410313b1419beff90468923c574f54eda88 (diff)
downloadpulseaudio-9dd77827ad55bf2c6e58f3ce24537afb42616e8e.tar.gz
core-rtclock: Add missing declaration of struct timespec
-rw-r--r--src/pulsecore/core-rtclock.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pulsecore/core-rtclock.h b/src/pulsecore/core-rtclock.h
index 11bfcc922..89ad237ba 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