From: Felix Abecassis Date: Sat, 3 Mar 2018 06:01:56 +0000 (-0800) Subject: Add a workaround for a build issue with old versions of libcap X-Git-Tag: lxc-2.0.10~188 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f642144221a0f16a9591dff3d952e5cda28c813;p=thirdparty%2Flxc.git Add a workaround for a build issue with old versions of libcap Fixes: #2178 Signed-off-by: Felix Abecassis --- diff --git a/src/lxc/caps.h b/src/lxc/caps.h index b4c527eec..2b3b1a502 100644 --- a/src/lxc/caps.h +++ b/src/lxc/caps.h @@ -29,6 +29,7 @@ #if HAVE_LIBCAP +#include /* workaround for libcap < 2.17 bug */ #include extern int lxc_caps_down(void);