Commit 077ce58b authored by Pavel Emelyanov's avatar Pavel Emelyanov

criu: Add int.h-s to kerndat and files (compilation fix)

Prevuous sets interfered and broke compilation on non-x86.
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent f6b87211
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment