]> The Tcpdump Group git mirrors - tcpdump/blobdiff - missing/strsep.c
Default to first interface from pcap_findalldevs()
[tcpdump] / missing / strsep.c
index bcce4c46861a9d70f8a60c60c9e3c52607af7737..2c17275f33914d764182cd8e005b54d33e8c07ec 100644 (file)
  * SUCH DAMAGE.
  */
 
-#ifdef HAVE_CONFIG_H 
+#ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
 
-#include <tcpdump-stdinc.h>
+#include <netdissect-stdinc.h>
 
 #include <string.h>
 
+#include "netdissect.h"
+
 /*
  * Get next token from string *stringp, where tokens are possibly-empty
  * strings separated by characters from delim.