mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-30 05:48:05 +00:00
restorer: Add sys/resource.h header
Otherwise PRIO_PROCESS may be not found. Reported-by: Andrew Grigorev <andrew@ei-grad.ru> Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
51e9cd32b2
commit
b0b7ed1181
@ -11,6 +11,7 @@
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include <sched.h>
|
||||
#include <sys/resource.h>
|
||||
|
||||
#include "compiler.h"
|
||||
#include "types.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user