summaryrefslogtreecommitdiffstats
path: root/polyp/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'polyp/main.c')
-rw-r--r--polyp/main.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/polyp/main.c b/polyp/main.c
index 1c3b566d..c984e28e 100644
--- a/polyp/main.c
+++ b/polyp/main.c
@@ -37,6 +37,7 @@
#include <fcntl.h>
#include <unistd.h>
#include <sys/types.h>
+#include <liboil/liboil.h>
#ifdef HAVE_SYS_IOCTL_H
#include <sys/ioctl.h>
@@ -386,6 +387,8 @@ int main(int argc, char *argv[]) {
pa_signal_new(SIGHUP, signal_callback, c);
#endif
+ oil_init();
+
r = pa_cpu_limit_init(pa_mainloop_get_api(mainloop));
assert(r == 0);