From bcfbe85083dea063b326b7fb229de4d3eb000a92 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Tue, 6 Nov 2018 08:55:22 -0200 Subject: Include correct capsicum header Current included header `sys/capability.h` is deprecated. All supported FreeBSD versions have now the proper header `sys/capsicum.h` --- tcpdump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tcpdump.c') diff --git a/tcpdump.c b/tcpdump.c index d17a572b..88e20588 100644 --- a/tcpdump.c +++ b/tcpdump.c @@ -81,7 +81,7 @@ The Regents of the University of California. All rights reserved.\n"; * in the opposite order works fine. */ #ifdef HAVE_CAPSICUM -#include +#include #include #include #include -- cgit v1.2.1