X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/afe133ecef9a8593ecf7fcbb557276c05f2bc7ab..ddb4a4ac5ed309fe37f307240cacf384b1f14a51:/interface.h diff --git a/interface.h b/interface.h index b129312a..affa019c 100644 --- a/interface.h +++ b/interface.h @@ -29,10 +29,7 @@ #include "funcattrs.h" #include - -#if HAVE_STDINT_H #include -#endif #ifndef HAVE_STRLCAT extern size_t strlcat(char *, const char *, size_t); @@ -59,7 +56,7 @@ struct bpf_program; * With Capsicum bpf_dump() may be not declared even if HAVE_BPF_DUMP is set. */ #if !defined(HAVE_BPF_DUMP) || \ - (defined(HAVE_BPF_DUMP) && HAVE_CAPSICUM && !defined(bpf_dump)) + (defined(HAVE_BPF_DUMP) && defined(HAVE_CAPSICUM) && !defined(bpf_dump)) extern void bpf_dump(const struct bpf_program *, int); #endif