X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/353fdee6a2c9bf2ecc9eb13aed247630373bfff9..6c8ef0eb86a39c277d1a43802dd8ea01b51cfb2a:/checksum.c diff --git a/checksum.c b/checksum.c index 8778d93c..a48a147f 100644 --- a/checksum.c +++ b/checksum.c @@ -14,21 +14,21 @@ * * miscellaneous checksumming routines * - * Original code by Hannes Gredler (hannes@juniper.net) + * Original code by Hannes Gredler (hannes@gredler.at) */ #ifdef HAVE_CONFIG_H #include "config.h" #endif -#include +#include #include #include #include #include -#include "interface.h" +#include "netdissect.h" /* * CRC-10 table generated using the following Python snippet: