summaryrefslogtreecommitdiffstats
path: root/src/pulsecore
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-08-19 23:03:37 +0200
committerLennart Poettering <lennart@poettering.net>2008-08-19 23:03:37 +0200
commit8e7178755193949d42bfe5a6c487e7fcdd0c51bd (patch)
tree8888f3adf8005c842954a4b21de3cbc5fb6f8467 /src/pulsecore
parent961aa185e3488656e920209c058701aab6205dc1 (diff)
rework cpu limit logic to use monotonic instead of wall clock time
Diffstat (limited to 'src/pulsecore')
-rw-r--r--src/pulsecore/rtclock.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pulsecore/rtclock.h b/src/pulsecore/rtclock.h
index 705de48f..aa2cdace 100644
--- a/src/pulsecore/rtclock.h
+++ b/src/pulsecore/rtclock.h
@@ -23,6 +23,7 @@
***/
#include <pulsecore/macro.h>
+#include <pulse/sample.h>
struct timeval;