X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/0b22abf27af88dfaf975d01b0f7a50e53e74188b..ebb51ef0e725737ca8c1d618da6527a58660d2bf:/missing/strsep.c diff --git a/missing/strsep.c b/missing/strsep.c index 0362d1f5..2c17275f 100644 --- a/missing/strsep.c +++ b/missing/strsep.c @@ -31,19 +31,16 @@ * SUCH DAMAGE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = - "@(#) $Header: /tcpdump/master/tcpdump/missing/strsep.c,v 1.3 2003-03-25 08:33:48 guy Exp $ (LBL)"; -#endif /* LIBC_SCCS and not lint */ - -#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.