From: Stéphane Graber Date: Tue, 18 Feb 2014 17:44:54 +0000 (-0500) Subject: Add missing include X-Git-Tag: lxc-1.0.0.rc4~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b36db61d1075125eddc1dd0f2ee6e91e6e8a4f5c;p=thirdparty%2Flxc.git Add missing include Signed-off-by: Stéphane Graber --- diff --git a/src/lxc/lxc_attach.c b/src/lxc/lxc_attach.c index fc8e3ba5a..3fbcb82a2 100644 --- a/src/lxc/lxc_attach.c +++ b/src/lxc/lxc_attach.c @@ -22,6 +22,7 @@ */ #define _GNU_SOURCE +#include #include #include #include