reverse hrtimer check, add missing #include

git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1701 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2007-08-22 17:11:54 +00:00
parent b937009bcd
commit 79d3dddecd

View file

@ -79,6 +79,7 @@
#include <pulsecore/namereg.h>
#include <pulsecore/random.h>
#include <pulsecore/rtsig.h>
#include <pulsecore/rtclock.h>
#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!");