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/tests/thread-mainloop-test.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tests') 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