From: Christian Brauner Date: Mon, 8 Oct 2018 15:20:08 +0000 (+0200) Subject: attach: fix missing pthread.h include X-Git-Tag: lxc-3.1.0~57^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2680%2Fhead;p=thirdparty%2Flxc.git attach: fix missing pthread.h include Signed-off-by: Christian Brauner --- diff --git a/src/lxc/attach.c b/src/lxc/attach.c index e46d742c5..9464d882e 100644 --- a/src/lxc/attach.c +++ b/src/lxc/attach.c @@ -29,6 +29,7 @@ #include #include #include +#include #include #include #include