diff --git a/src/daemon/main.c b/src/daemon/main.c index 76adb104d..15d359256 100644 --- a/src/daemon/main.c +++ b/src/daemon/main.c @@ -79,6 +79,7 @@ #include #include #include +#include #include "cmdline.h" #include "cpulimit.h" @@ -574,7 +575,7 @@ int main(int argc, char *argv[]) { signal(SIGPIPE, SIG_IGN); #endif - if (!pa_rtclock_hrtimer()) + if (pa_rtclock_hrtimer()) pa_log_debug("Fresh high-resolution timers available! Bon appetit!"); else pa_log_info("Dude, your kernel stinks! The chef's recommendation today is Linux with high-resolution timers enabled!");