mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-30 22:05:36 +00:00
criu: Fix compilation after prev patch(es)
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
committed by
Andrei Vagin
parent
574fe35699
commit
5e87137e73
@@ -6,6 +6,7 @@
|
||||
#include <sys/auxv.h>
|
||||
|
||||
#include "types.h"
|
||||
#include "log.h"
|
||||
#include "asm/parasite-syscall.h"
|
||||
#include "asm/restorer.h"
|
||||
#include <compel/asm/fpu.h>
|
||||
@@ -16,7 +17,6 @@
|
||||
#include "restorer.h"
|
||||
#include <compel/ptrace.h>
|
||||
#include "parasite-syscall.h"
|
||||
#include "log.h"
|
||||
#include "util.h"
|
||||
#include "cpu.h"
|
||||
#include <compel/plugins/std/syscall-codes.h>
|
||||
|
@@ -1,3 +1,4 @@
|
||||
#include "log.h"
|
||||
#include "asm/restorer.h"
|
||||
#include <compel/asm/fpu.h>
|
||||
#include "asm/string.h"
|
||||
@@ -10,7 +11,6 @@
|
||||
# define __NR32_rt_sigaction 174
|
||||
# endif
|
||||
#endif
|
||||
#include "log.h"
|
||||
#include "cpu.h"
|
||||
|
||||
asm ( " .pushsection .text \n"
|
||||
|
@@ -1,5 +1,6 @@
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include "log.h"
|
||||
#include "restore.h"
|
||||
#include "images/core.pb-c.h"
|
||||
|
||||
|
Reference in New Issue
Block a user