[CRIU] [PATCH 8/9] Added include statements

prakriti goyal prakritigoyal19 at gmail.com
Mon Mar 16 18:59:35 MSK 2020


From: prakritigoyal19 <prakritigoyal19 at gmail.com>

Signed-off-by: prakritigoyal19 <prakritigoyal19 at gmail.com>
Repo link: https://github.com/prakritigoyal19/criu/tree/sigactions

---
 criu/cr-dump.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/criu/cr-dump.c b/criu/cr-dump.c
index a8188724..85bba7e0 100644
--- a/criu/cr-dump.c
+++ b/criu/cr-dump.c
@@ -15,7 +15,7 @@
 #include <sys/time.h>
 #include <sys/wait.h>
 
-
+#include "sigaction.h"
 #include <sched.h>
 #include <sys/resource.h>
 
@@ -83,6 +83,7 @@
 #include "img-remote.h"
 #include "memfd.h"
 
+
 /*
  * Architectures can overwrite this function to restore register sets that
  * are not covered by ptrace_set/get_regs().
-- 
2.17.1



More information about the CRIU mailing list