From 3ee29004a9f5980b06647c5ba66a791f41390929 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 22 Jun 2009 23:15:01 +0200 Subject: rtclock: fix build after merge --- src/daemon/main.c | 1 - src/tests/thread-mainloop-test.c | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/daemon/main.c b/src/daemon/main.c index 22759a38..b58bb379 100644 --- a/src/daemon/main.c +++ b/src/daemon/main.c @@ -85,7 +85,6 @@ #include #include #include -#include #include #include #include diff --git a/src/tests/thread-mainloop-test.c b/src/tests/thread-mainloop-test.c index e3160f30..4696fb01 100644 --- a/src/tests/thread-mainloop-test.c +++ b/src/tests/thread-mainloop-test.c @@ -32,6 +32,7 @@ #include #include +#include static void tcb(pa_mainloop_api *a, pa_time_event *e, const struct timeval *tv, void *userdata) { pa_assert_se(pa_threaded_mainloop_in_thread(userdata)); -- cgit