X-Git-Url: https://git.tcpdump.org/tcpdump/blobdiff_plain/585ac3db0663f474fd3417ea91953b58022cc9d9..refs/pull/435/head:/missing/strsep.c?ds=sidebyside diff --git a/missing/strsep.c b/missing/strsep.c index bcce4c46..a1e6b301 100644 --- a/missing/strsep.c +++ b/missing/strsep.c @@ -39,6 +39,8 @@ #include +#include "interface.h" + /* * Get next token from string *stringp, where tokens are possibly-empty * strings separated by characters from delim.