[CRIU] [PATCH 1/3] criu: don't forget to include log.h into UAPI
Ruslan Kuprieiev
rkuprieiev at cloudlinux.com
Thu Jan 5 04:42:18 PST 2017
Otherwise, gcc fails to find it in system headers.
Signed-off-by: Ruslan Kuprieiev <rkuprieiev at cloudlinux.com>
---
criu/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/criu/Makefile b/criu/Makefile
index 01b1d98..d18c13f 100644
--- a/criu/Makefile
+++ b/criu/Makefile
@@ -108,6 +108,7 @@ mrproper: subproper
UAPI_HEADERS := $(SRC_DIR)/criu/include/criu-plugin.h
UAPI_HEADERS += $(SRC_DIR)/criu/include/criu-log.h
+UAPI_HEADERS += $(SRC_DIR)/criu/include/log.h
install: $(obj)/criu
$(E) " INSTALL " $(obj)/criu
--
2.5.5
More information about the CRIU
mailing list