From: Stéphane Graber Date: Fri, 16 Aug 2013 13:35:51 +0000 (+0200) Subject: Add missing sys/socket.h include X-Git-Tag: lxc-1.0.0.alpha1~1^2~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ec279894e8b1275b6cbfaaddb425e8f56639bdc;p=thirdparty%2Flxc.git Add missing sys/socket.h include Signed-off-by: Stéphane Graber Acked-by: Serge E. Hallyn --- diff --git a/src/lxc/attach.c b/src/lxc/attach.c index 3e9fb5f68..99b9c8917 100644 --- a/src/lxc/attach.c +++ b/src/lxc/attach.c @@ -31,6 +31,7 @@ #include #include #include +#include #include #include #include