X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/7b2c5a11a7bc236d72b440c4db5263edb23b4880..d6aacc676d8540f31d1df72b12b43fc9cde93df6:/print-igmp.c diff --git a/print-igmp.c b/print-igmp.c index d3a685aa..4b8e82dc 100644 --- a/print-igmp.c +++ b/print-igmp.c @@ -23,11 +23,11 @@ #include "config.h" #endif -#include +#include -#include "interface.h" +#include "netdissect.h" #include "addrtoname.h" -#include "extract.h" /* must come after interface.h */ +#include "extract.h" #ifndef IN_CLASSD #define IN_CLASSD(i) (((int32_t)(i) & 0xf0000000) == 0xe0000000)