1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

auditdistd: update for sys/capability.h rename in r263232

This commit is contained in:
Ed Maste 2016-09-20 12:58:28 +00:00
parent cec1957ae1
commit 397ff3b872
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=306023

View File

@ -34,7 +34,7 @@
#include <sys/jail.h>
#endif
#ifdef HAVE_CAP_ENTER
#include <sys/capability.h>
#include <sys/capsicum.h>
#endif
#include <errno.h>