X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/bd00116d80c18b782f4cb15dfc90cd5bf993d4f5..c4744fc29aefea62ab751d50d5e4743c3065ef5f:/print-atm.c?ds=inline diff --git a/print-atm.c b/print-atm.c index d2f18f7a..5d3d3394 100644 --- a/print-atm.c +++ b/print-atm.c @@ -19,13 +19,15 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ +/* \summary: Asynchronous Transfer Mode (ATM) printer */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include +#include -#include "interface.h" +#include "netdissect.h" #include "extract.h" #include "addrtoname.h" #include "atm.h"