diff options
Diffstat (limited to 'missing/strsep.c')
-rw-r--r-- | missing/strsep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/missing/strsep.c b/missing/strsep.c index 91ef72f6..2c17275f 100644 --- a/missing/strsep.c +++ b/missing/strsep.c @@ -39,7 +39,7 @@ #include <string.h> -#include "interface.h" +#include "netdissect.h" /* * Get next token from string *stringp, where tokens are possibly-empty |