Commit 5e87137e authored by Pavel Emelyanov's avatar Pavel Emelyanov Committed by Andrei Vagin

criu: Fix compilation after prev patch(es)

Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 574fe356
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
#include <sys/auxv.h> #include <sys/auxv.h>
#include "types.h" #include "types.h"
#include "log.h"
#include "asm/parasite-syscall.h" #include "asm/parasite-syscall.h"
#include "asm/restorer.h" #include "asm/restorer.h"
#include <compel/asm/fpu.h> #include <compel/asm/fpu.h>
...@@ -16,7 +17,6 @@ ...@@ -16,7 +17,6 @@
#include "restorer.h" #include "restorer.h"
#include <compel/ptrace.h> #include <compel/ptrace.h>
#include "parasite-syscall.h" #include "parasite-syscall.h"
#include "log.h"
#include "util.h" #include "util.h"
#include "cpu.h" #include "cpu.h"
#include <compel/plugins/std/syscall-codes.h> #include <compel/plugins/std/syscall-codes.h>
......
#include "log.h"
#include "asm/restorer.h" #include "asm/restorer.h"
#include <compel/asm/fpu.h> #include <compel/asm/fpu.h>
#include "asm/string.h" #include "asm/string.h"
...@@ -10,7 +11,6 @@ ...@@ -10,7 +11,6 @@
# define __NR32_rt_sigaction 174 # define __NR32_rt_sigaction 174
# endif # endif
#endif #endif
#include "log.h"
#include "cpu.h" #include "cpu.h"
asm ( " .pushsection .text \n" asm ( " .pushsection .text \n"
......
#include <unistd.h> #include <unistd.h>
#include <string.h> #include <string.h>
#include "log.h"
#include "restore.h" #include "restore.h"
#include "images/core.pb-c.h" #include "images/core.pb-c.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