X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/90692fcf9745a67fff68350b88acd56e4ddcb23b..ebb51ef0e725737ca8c1d618da6527a58660d2bf:/print-sunatm.c diff --git a/print-sunatm.c b/print-sunatm.c index fc03d42a..a587e509 100644 --- a/print-sunatm.c +++ b/print-sunatm.c @@ -30,17 +30,18 @@ * POSSIBILITY OF SUCH DAMAGE. */ -#define NETDISSECT_REWORKED +/* \summary: SunATM DLPI capture printer */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include +#include struct mbuf; struct rtentry; -#include "interface.h" +#include "netdissect.h" #include "extract.h" #include "atm.h"