From 5ec279894e8b1275b6cbfaaddb425e8f56639bdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Fri, 16 Aug 2013 15:35:51 +0200 Subject: [PATCH] Add missing sys/socket.h include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber Acked-by: Serge E. Hallyn --- src/lxc/attach.c | 1 + 1 file changed, 1 insertion(+) 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