Unverified Commit 9574bd59 by Christian Brauner Committed by GitHub

Merge pull request #2203 from flx42/fix-libcap-amzn1

Add a workaround for a build issue with old versions of libcap
parents 844a5c73 9cd5f7fa
...@@ -29,6 +29,7 @@ ...@@ -29,6 +29,7 @@
#if HAVE_LIBCAP #if HAVE_LIBCAP
#include <linux/types.h> /* workaround for libcap < 2.17 bug */
#include <sys/capability.h> #include <sys/capability.h>
extern int lxc_caps_down(void); 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