diff --git a/src/daemon/main.c b/src/daemon/main.c index 22759a385..b58bb379d 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 e3160f301..4696fb010 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));