[CRIU] [PATCH 08/11] compel: plugins, fds -- Add missing headers into uapi

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


Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 compel/plugins/include/uapi/plugin-fds.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/compel/plugins/include/uapi/plugin-fds.h b/compel/plugins/include/uapi/plugin-fds.h
index 8b017e5593ab..3f952c14b2fa 100644
--- a/compel/plugins/include/uapi/plugin-fds.h
+++ b/compel/plugins/include/uapi/plugin-fds.h
@@ -5,6 +5,9 @@
 #ifndef __COMPEL_PLUGIN_FDS_H__
 #define __COMPEL_PLUGIN_FDS_H__
 
+#include <sys/socket.h>
+#include <sys/un.h>
+
 extern int fds_send(int *fds, int nr_fds);
 extern int fds_recv(int *fds, int nr_fds);
 
-- 
2.7.4



More information about the CRIU mailing list