summaryrefslogtreecommitdiff
path: root/print-esp.c
diff options
context:
space:
mode:
authorguy <guy>2004-07-21 21:32:12 +0000
committerguy <guy>2004-07-21 21:32:12 +0000
commit81078ad5b37875a2289aa080b3d15c95654cc029 (patch)
tree71fc3589abf3fc2acdad6ebfa9872be3625a03ec /print-esp.c
parent89e2e0c7bedb2d3ea19b90dea2c1d31198307961 (diff)
downloadtcpdump-81078ad5b37875a2289aa080b3d15c95654cc029.tar.gz
From Rick Jones: include "interface.h" so that "strsep()" is declared if
we're supplying our own "strsep()" due to it not being supplied by the OS or the compiler.
Diffstat (limited to 'print-esp.c')
-rw-r--r--print-esp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/print-esp.c b/print-esp.c
index 08bb8915..7c4eb156 100644
--- a/print-esp.c
+++ b/print-esp.c
@@ -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