]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Add missing sys/socket.h include
authorStéphane Graber <stgraber@ubuntu.com>
Fri, 16 Aug 2013 13:35:51 +0000 (15:35 +0200)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 19 Aug 2013 12:33:26 +0000 (14:33 +0200)
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
src/lxc/attach.c

index 3e9fb5f681e322774a3e7e7bdf7142cfa3b9d102..99b9c89179a3613cb2c4839eafa2d3b4b8f99dda 100644 (file)
@@ -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>