X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/585ac3db0663f474fd3417ea91953b58022cc9d9..d7b497cac78b6e22a66a6bae9bdec60a8044f67a:/missing/strsep.c diff --git a/missing/strsep.c b/missing/strsep.c index bcce4c46..2c17275f 100644 --- a/missing/strsep.c +++ b/missing/strsep.c @@ -31,14 +31,16 @@ * SUCH DAMAGE. */ -#ifdef HAVE_CONFIG_H +#ifdef HAVE_CONFIG_H #include #endif -#include +#include #include +#include "netdissect.h" + /* * Get next token from string *stringp, where tokens are possibly-empty * strings separated by characters from delim.