Unverified Commit 2f642144 by Felix Abecassis Committed by Christian Brauner

Add a workaround for a build issue with old versions of libcap

Fixes: #2178 Signed-off-by: 's avatarFelix Abecassis <fabecassis@nvidia.com>
parent e05712f3
......@@ -29,6 +29,7 @@
#if HAVE_LIBCAP
#include <linux/types.h> /* workaround for libcap < 2.17 bug */
#include <sys/capability.h>
extern int lxc_caps_down(void);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment