From: Renato Botelho Date: Tue, 6 Nov 2018 10:55:22 +0000 (-0200) Subject: Include correct capsicum header X-Git-Tag: tcpdump-4.99-bp~971^2 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/bcfbe85083dea063b326b7fb229de4d3eb000a92 Include correct capsicum header Current included header `sys/capability.h` is deprecated. All supported FreeBSD versions have now the proper header `sys/capsicum.h` --- 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