2
0
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:
Pavel Emelyanov 2016-10-21 18:22:28 +03:00
parent f6b8721155
commit 077ce58b45
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#include <sys/stat.h>
#include "int.h"
#include "compiler.h"
#include "fcntl.h"
#include "lock.h"

View File

@ -8,6 +8,7 @@
#include <errno.h>
#include <sys/syscall.h>
#include "int.h"
#include "log.h"
#include "restorer.h"
#include "kerndat.h"