aboutsummaryrefslogtreecommitdiffstats
path: root/packet-raw.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-05-19 05:29:44 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-05-19 05:29:44 +0000
commit84aa1d77d58fcdbf59619eb5a7c5dfa561fd14ae (patch)
treedb876af41983de2d9bed4ee448901ea32cb29c17 /packet-raw.c
parent81d8d1ed7fa5a0a5bd255624707cfb060de37e10 (diff)
Make "packet-clip.c", "packet-raw.c", "packet-ppp.c", "packet-tr.c",
"packet-eth.c", and "packet-fddi.c" include the include files that declare the functions they export, so that the declarationss in the header files will be checked against the definitions in the source files. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1981 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-raw.c')
-rw-r--r--packet-raw.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-raw.c b/packet-raw.c
index b9a4005674..5a3497751d 100644
--- a/packet-raw.c
+++ b/packet-raw.c
@@ -1,7 +1,7 @@
/* packet-raw.c
* Routines for raw packet disassembly
*
- * $Id: packet-raw.c,v 1.14 2000/05/11 08:15:40 gram Exp $
+ * $Id: packet-raw.c,v 1.15 2000/05/19 05:29:42 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -34,6 +34,7 @@
#include <glib.h>
#include "packet.h"
+#include "packet-raw.h"
#include "packet-ip.h"
static gint ett_raw = -1;