From b0b7ed1181fbd6bb56c8b02b1f2893e87e3dbe1f Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Thu, 18 Oct 2012 15:02:47 +0400 Subject: [PATCH] restorer: Add sys/resource.h header Otherwise PRIO_PROCESS may be not found. Reported-by: Andrew Grigorev Signed-off-by: Cyrill Gorcunov Signed-off-by: Pavel Emelyanov --- restorer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/restorer.c b/restorer.c index 53f058b61..08aca606e 100644 --- a/restorer.c +++ b/restorer.c @@ -11,6 +11,7 @@ #include #include #include +#include #include "compiler.h" #include "types.h"