2
0
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:
Cyrill Gorcunov 2012-10-18 15:02:47 +04:00 committed by Pavel Emelyanov
parent 51e9cd32b2
commit b0b7ed1181

View File

@ -11,6 +11,7 @@
#include <fcntl.h>
#include <unistd.h>
#include <sched.h>
#include <sys/resource.h>
#include "compiler.h"
#include "types.h"