]> The Tcpdump Group git mirrors - tcpdump/blobdiff - missing/strsep.c
interface.h,netdissect.h: Cleaning unused items
[tcpdump] / missing / strsep.c
index bcce4c46861a9d70f8a60c60c9e3c52607af7737..95673fc8ce2e7103ef561bdd781b14cdece4e2a3 100644 (file)
@@ -31,7 +31,7 @@
  * SUCH DAMAGE.
  */
 
-#ifdef HAVE_CONFIG_H 
+#ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
 
@@ -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.