]> The Tcpdump Group git mirrors - tcpdump/commitdiff
From Rick Jones: include "interface.h" so that "strsep()" is declared if
authorguy <guy>
Wed, 21 Jul 2004 21:32:12 +0000 (21:32 +0000)
committerguy <guy>
Wed, 21 Jul 2004 21:32:12 +0000 (21:32 +0000)
we're supplying our own "strsep()" due to it not being supplied by the
OS or the compiler.

print-esp.c

index 08bb89152763ffd00bf147c9d289f7eac949c64f..7c4eb156bba8baaedf992ba9bec9f1575a6de173 100644 (file)
@@ -23,7 +23,7 @@
 
 #ifndef lint
 static const char rcsid[] _U_ =
-    "@(#) $Header: /tcpdump/master/tcpdump/print-esp.c,v 1.52 2004-07-16 14:05:59 hannes Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/print-esp.c,v 1.53 2004-07-21 21:32:12 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -44,6 +44,7 @@ static const char rcsid[] _U_ =
 
 #include <stdio.h>
 
+#include "interface.h"
 #include "ip.h"
 #include "esp.h"
 #ifdef INET6