Commit 9cd5f7fa by Felix Abecassis

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

Fixes: #2178 Signed-off-by: 's avatarFelix Abecassis <fabecassis@nvidia.com>
parent 844a5c73
......@@ -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