mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-01 14:55:39 +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:
@@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
|
||||||
|
#include "int.h"
|
||||||
#include "compiler.h"
|
#include "compiler.h"
|
||||||
#include "fcntl.h"
|
#include "fcntl.h"
|
||||||
#include "lock.h"
|
#include "lock.h"
|
||||||
|
@@ -8,6 +8,7 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <sys/syscall.h>
|
#include <sys/syscall.h>
|
||||||
|
|
||||||
|
#include "int.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "restorer.h"
|
#include "restorer.h"
|
||||||
#include "kerndat.h"
|
#include "kerndat.h"
|
||||||
|
Reference in New Issue
Block a user