mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-25 19:14:04 +00:00
headers: Add missing headers for non-x86 (compilation fix)
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
parent
1321b4f463
commit
310bcbc90e
9 changed files with 15 additions and 1 deletions
|
|
@ -1,6 +1,8 @@
|
|||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include "int.h"
|
||||
#include "types.h"
|
||||
#include "crtools.h"
|
||||
#include "ptrace.h"
|
||||
#include "pstree.h"
|
||||
|
|
|
|||
|
|
@ -2,6 +2,7 @@
|
|||
#include <unistd.h>
|
||||
#include <stdarg.h>
|
||||
#include <fcntl.h>
|
||||
#include <limits.h>
|
||||
#include <sys/stat.h>
|
||||
#include "crtools.h"
|
||||
#include "cr_options.h"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,8 @@
|
|||
#include <limits.h>
|
||||
#include <sys/resource.h>
|
||||
|
||||
#include "int.h"
|
||||
#include "types.h"
|
||||
#include "compiler.h"
|
||||
#include "asm/fpu.h"
|
||||
#include "lock.h"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,7 @@
|
|||
#include <stdarg.h>
|
||||
|
||||
#include "int.h"
|
||||
#include "types.h"
|
||||
#include "bitsperlong.h"
|
||||
#include "syscall.h"
|
||||
#include "log.h"
|
||||
|
|
|
|||
|
|
@ -9,6 +9,8 @@
|
|||
#include <sys/stat.h>
|
||||
#include <sys/mman.h>
|
||||
|
||||
#include "int.h"
|
||||
#include "types.h"
|
||||
#include "page.h"
|
||||
#include "syscall.h"
|
||||
#include "image.h"
|
||||
|
|
|
|||
|
|
@ -7,8 +7,9 @@
|
|||
#include <stdarg.h>
|
||||
#include <sys/ioctl.h>
|
||||
|
||||
#include "syscall.h"
|
||||
#include "int.h"
|
||||
#include "types.h"
|
||||
#include "syscall.h"
|
||||
#include "parasite.h"
|
||||
#include "config.h"
|
||||
#include "fcntl.h"
|
||||
|
|
|
|||
|
|
@ -17,6 +17,8 @@
|
|||
#include <sys/resource.h>
|
||||
#include <signal.h>
|
||||
|
||||
#include "int.h"
|
||||
#include "types.h"
|
||||
#include "compiler.h"
|
||||
#include "string.h"
|
||||
#include "syscall.h"
|
||||
|
|
|
|||
|
|
@ -5,6 +5,7 @@
|
|||
#include <errno.h>
|
||||
|
||||
#include "int.h"
|
||||
#include "types.h"
|
||||
#include "compiler.h"
|
||||
#include "log.h"
|
||||
#include "string.h"
|
||||
|
|
|
|||
|
|
@ -6,6 +6,7 @@
|
|||
#include <stdbool.h>
|
||||
|
||||
#include "int.h"
|
||||
#include "types.h"
|
||||
#include "compiler.h"
|
||||
#include "fcntl.h"
|
||||
#include "log.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue