[CRIU] [PATCH 09/11] compel: infect-util -- Fix plugin-fds inclusion

Cyrill Gorcunov gorcunov at openvz.org
Fri Nov 11 10:52:06 PST 2016


Need to declare struct fd_opts

Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 compel/src/lib/infect-util.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/compel/src/lib/infect-util.c b/compel/src/lib/infect-util.c
index 99dbee0629d7..2e5c7c8f3836 100644
--- a/compel/src/lib/infect-util.c
+++ b/compel/src/lib/infect-util.c
@@ -2,6 +2,8 @@
 #include "common/bug.h"
 #include "common/lock.h"
 
+#define SCM_FDSET_HAS_OPTS
+#include "common/scm.h"
 #include "uapi/compel/plugins/plugin-fds.h"
 
 #include "infect-rpc.h"
-- 
2.7.4



More information about the CRIU mailing list