From a400e9c00711b1982145fcf059c7562d8de06f1c Mon Sep 17 00:00:00 2001 From: rwatson Date: Sun, 16 Mar 2014 11:04:44 +0000 Subject: Update most userspace consumers of capability.h to use capsicum.h instead. auditdistd is not updated as I will make the change upstream and then do a vendor import sometime in the next week or two. MFC after: 3 weeks --- usr.bin/procstat/procstat_files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/procstat/procstat_files.c') diff --git a/usr.bin/procstat/procstat_files.c b/usr.bin/procstat/procstat_files.c index 484dc2d..af4f11f 100644 --- a/usr.bin/procstat/procstat_files.c +++ b/usr.bin/procstat/procstat_files.c @@ -27,7 +27,7 @@ */ #include -#include +#include #include #include #include -- cgit v1.1