Fix build with WITHOUT_CAPSICUM.
Submitted by: dt71 gmx com Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
1fdb18b01f
commit
8c82632e0b
@ -33,8 +33,10 @@ static const char rcsid[] _U_ =
|
||||
#endif
|
||||
|
||||
#ifdef __FreeBSD__
|
||||
#ifdef HAVE_LIBCAPSICUM
|
||||
#include <libcapsicum.h>
|
||||
#include <libcapsicum_dns.h>
|
||||
#endif /* HAVE_LIBCAPSICUM */
|
||||
#endif
|
||||
#include <tcpdump-stdinc.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user