]> The Tcpdump Group git mirrors - tcpdump/blobdiff - missing/strsep.c
document SIGUSR1 in manual page
[tcpdump] / missing / strsep.c
index bcce4c46861a9d70f8a60c60c9e3c52607af7737..a1e6b3017b6f3f66068a37ee7fc73b180338727f 100644 (file)
@@ -39,6 +39,8 @@
 
 #include <string.h>
 
+#include "interface.h"
+
 /*
  * Get next token from string *stringp, where tokens are possibly-empty
  * strings separated by characters from delim.