[lxc-devel] [PATCH 13/17] Add missing sys/socket.h include

Stéphane Graber stgraber at ubuntu.com
Fri Aug 16 15:13:59 UTC 2013


Signed-off-by: Stéphane Graber <stgraber at ubuntu.com>
---
 src/lxc/attach.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/lxc/attach.c b/src/lxc/attach.c
index 3e9fb5f..99b9c89 100644
--- a/src/lxc/attach.c
+++ b/src/lxc/attach.c
@@ -31,6 +31,7 @@
 #include <sys/param.h>
 #include <sys/prctl.h>
 #include <sys/mount.h>
+#include <sys/socket.h>
 #include <sys/syscall.h>
 #include <sys/wait.h>
 #include <linux/unistd.h>
-- 
1.8.3.2





More information about the lxc-devel mailing list