From 077ce58b4520e632066d3bf6e133780a29b08fbd Mon Sep 17 00:00:00 2001 From: Pavel Emelyanov Date: Fri, 21 Oct 2016 18:22:28 +0300 Subject: [PATCH] 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 --- criu/include/files.h | 1 + criu/kerndat.c | 1 + 2 files changed, 2 insertions(+) diff --git a/criu/include/files.h b/criu/include/files.h index b8f670aa6..18dd31813 100644 --- a/criu/include/files.h +++ b/criu/include/files.h @@ -3,6 +3,7 @@ #include +#include "int.h" #include "compiler.h" #include "fcntl.h" #include "lock.h" diff --git a/criu/kerndat.c b/criu/kerndat.c index d8f4d4650..98314d081 100644 --- a/criu/kerndat.c +++ b/criu/kerndat.c @@ -8,6 +8,7 @@ #include #include +#include "int.h" #include "log.h" #include "restorer.h" #include "kerndat.h"