X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/7b2c5a11a7bc236d72b440c4db5263edb23b4880..4a2fb51da7ada0cecf94a5a94c7146bc36dd72b0:/print-usb.c diff --git a/print-usb.c b/print-usb.c index d0ad6141..04eb4efb 100644 --- a/print-usb.c +++ b/print-usb.c @@ -19,13 +19,15 @@ * */ +/* \summary: USB printer */ + #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include +#include -#include "interface.h" +#include "netdissect.h" #if defined(HAVE_PCAP_USB_H) && defined(DLT_USB_LINUX)