summaryrefslogtreecommitdiffstats
path: root/src/pulse/rtclock.c
diff options
context:
space:
mode:
authorMaarten Bosmans <mkbosmans@gmail.com>2011-01-18 11:26:57 +0100
committerMaarten Bosmans <mkbosmans@gmail.com>2011-02-17 12:02:31 +0100
commita39a83665f07a0819a31ee2d1ab60210a67c47a2 (patch)
tree7d60d7abbf98f359f541634557245a8ef642f2dd /src/pulse/rtclock.c
parent5699954d3360716ad693e0b88596e372afe74443 (diff)
win32: Implement rtclock based on QueryPerformanceCounter
Also remove some unnecessary <time.h> headers.
Diffstat (limited to 'src/pulse/rtclock.c')
-rw-r--r--src/pulse/rtclock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulse/rtclock.c b/src/pulse/rtclock.c
index 49ff6aae..baa0f3a5 100644
--- a/src/pulse/rtclock.c
+++ b/src/pulse/rtclock.c
@@ -23,10 +23,10 @@
#include <config.h>
#endif
+#include <pulse/timeval.h>
#include <pulsecore/core-rtclock.h>
#include "rtclock.h"
-#include "timeval.h"
pa_usec_t pa_rtclock_now(void) {
struct timeval tv;