summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/log.c
diff options
context:
space:
mode:
authorMarc-André Lureau <marc-andre.lureau@nokia.com>2009-04-04 23:19:53 +0300
committerMarc-André Lureau <marcandre.lureau@gmail.com>2009-06-20 17:29:08 +0300
commit125c52889626b2ac408ecbcc8ea85575f5808e07 (patch)
tree2dacf8016113b96c114a8a1e39bae0b4cce56670 /src/pulsecore/log.c
parent5dcdd5e3583f32c8bffb5a1892e318747070f5d8 (diff)
pulse: move pa_rtclock_now in pulsecommon
Diffstat (limited to 'src/pulsecore/log.c')
-rw-r--r--src/pulsecore/log.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pulsecore/log.c b/src/pulsecore/log.c
index acff981b..8c21ee6c 100644
--- a/src/pulsecore/log.c
+++ b/src/pulsecore/log.c
@@ -38,6 +38,7 @@
#include <syslog.h>
#endif
+#include <pulse/rtclock.h>
#include <pulse/utf8.h>
#include <pulse/xmalloc.h>
#include <pulse/util.h>
@@ -45,7 +46,7 @@
#include <pulsecore/macro.h>
#include <pulsecore/core-util.h>
-#include <pulsecore/rtclock.h>
+#include <pulsecore/core-rtclock.h>
#include <pulsecore/once.h>
#include <pulsecore/ratelimit.h>