mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-30 13:58:34 +00:00
criu: Add int.h-s to kerndat and files (compilation fix)
Prevuous sets interfered and broke compilation on non-x86. Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
parent
f6b8721155
commit
077ce58b45
@ -3,6 +3,7 @@
|
||||
|
||||
#include <sys/stat.h>
|
||||
|
||||
#include "int.h"
|
||||
#include "compiler.h"
|
||||
#include "fcntl.h"
|
||||
#include "lock.h"
|
||||
|
@ -8,6 +8,7 @@
|
||||
#include <errno.h>
|
||||
#include <sys/syscall.h>
|
||||
|
||||
#include "int.h"
|
||||
#include "log.h"
|
||||
#include "restorer.h"
|
||||
#include "kerndat.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user