X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/fe3253b9b8fad9e75f863157eba0780418182f17..refs/pull/482/head:/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.