aboutsummaryrefslogtreecommitdiffstats
path: root/packet-fr.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-04-17 06:43:21 +0000
committerGuy Harris <guy@alum.mit.edu>2001-04-17 06:43:21 +0000
commit2aa31bea479aec05bd9fe0f8b874f5c1189dda16 (patch)
treed6107376566a1a3942faf8cf3d2a7260a9f507d9 /packet-fr.c
parentc5aaac7823896a3dba279c92b6ae9eb5cd503a9e (diff)
Move the declaration of "etype_vals[]" from "epan/packet.h" to
"etypes.h". svn path=/trunk/; revision=3314
Diffstat (limited to 'packet-fr.c')
-rw-r--r--packet-fr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-fr.c b/packet-fr.c
index 9d1ef8c23b..b38d6c786a 100644
--- a/packet-fr.c
+++ b/packet-fr.c
@@ -3,7 +3,7 @@
*
* Copyright 2001, Paul Ionescu <paul@acorp.ro>
*
- * $Id: packet-fr.c,v 1.16 2001/03/31 10:35:54 guy Exp $
+ * $Id: packet-fr.c,v 1.17 2001/04/17 06:43:18 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -53,6 +53,7 @@
#include "packet-llc.h"
#include "packet-chdlc.h"
#include "xdlc.h"
+#include "etypes.h"
#include "oui.h"
#include "nlpid.h"
#include "greproto.h"