Commit b0b7ed11 authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

restorer: Add sys/resource.h header

Otherwise PRIO_PROCESS may be not found.
Reported-by: 's avatarAndrew Grigorev <andrew@ei-grad.ru>
Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 51e9cd32
......@@ -11,6 +11,7 @@
#include <fcntl.h>
#include <unistd.h>
#include <sched.h>
#include <sys/resource.h>
#include "compiler.h"
#include "types.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment