aboutsummaryrefslogtreecommitdiff
path: root/ipproto.c
diff options
context:
space:
mode:
authorguy <guy>2005-05-14 00:42:28 +0000
committerguy <guy>2005-05-14 00:42:28 +0000
commitdcd2814277ecdf754688152d16b7d22a0b365e29 (patch)
tree2e59172caeeb4b18ceb79a9c4e9fc55bfcb6d40c /ipproto.c
parentab7ee03630803bdb3c46b65f9e247d0a1d867e68 (diff)
downloadtcpdump-dcd2814277ecdf754688152d16b7d22a0b365e29.tar.gz
"ipproto.h" uses "struct tok", and "interface.h" defines it; always
include "interface.h" before "ipproto.h".
Diffstat (limited to 'ipproto.c')
-rwxr-xr-xipproto.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipproto.c b/ipproto.c
index 6144ebe7..3bb628ae 100755
--- a/ipproto.c
+++ b/ipproto.c
@@ -15,7 +15,7 @@
#ifndef lint
static const char rcsid[] _U_ =
- "@(#) $Header: /tcpdump/master/tcpdump/ipproto.c,v 1.3 2004-12-15 08:41:26 guy Exp $ (LBL)";
+ "@(#) $Header: /tcpdump/master/tcpdump/ipproto.c,v 1.4 2005-05-14 00:42:28 guy Exp $ (LBL)";
#endif
#ifdef HAVE_CONFIG_H
@@ -24,8 +24,8 @@ static const char rcsid[] _U_ =
#include <tcpdump-stdinc.h>
-#include "ipproto.h"
#include "interface.h"
+#include "ipproto.h"
struct tok ipproto_values[] = {
{ IPPROTO_HOPOPTS, "Options" },