]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/lxc/caps.h
Add HAVE_LIBCAP
[mirror_lxc.git] / src / lxc / caps.h
index 390dbdd4c955c6762c22c46efbe2ccdd71938b6e..8d60fdc8d16a643f66f7ed06f967b329da93517b 100644 (file)
@@ -27,7 +27,7 @@
 #ifndef __LXC_CAPS_H
 #define __LXC_CAPS_H
 
-#if HAVE_SYS_CAPABILITY_H
+#if HAVE_LIBCAP
 #include <sys/capability.h>
 
 extern int lxc_caps_down(void);