diff options
author | Guy Harris <guy@alum.mit.edu> | 2000-05-19 05:29:44 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2000-05-19 05:29:44 +0000 |
commit | 60933690444cf7a4a3c42ad3b9ac869af5dab273 (patch) | |
tree | db876af41983de2d9bed4ee448901ea32cb29c17 /packet-fddi.c | |
parent | 88a19954c2bfc7a9d9b0e9469ca284ae9af59747 (diff) | |
download | wireshark-60933690444cf7a4a3c42ad3b9ac869af5dab273.tar.gz wireshark-60933690444cf7a4a3c42ad3b9ac869af5dab273.tar.bz2 wireshark-60933690444cf7a4a3c42ad3b9ac869af5dab273.zip |
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.
svn path=/trunk/; revision=1981
Diffstat (limited to 'packet-fddi.c')
-rw-r--r-- | packet-fddi.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-fddi.c b/packet-fddi.c index 12e57741ea..4a8ad2785b 100644 --- a/packet-fddi.c +++ b/packet-fddi.c @@ -3,7 +3,7 @@ * * Laurent Deniel <deniel@worldnet.fr> * - * $Id: packet-fddi.c,v 1.33 2000/05/16 04:44:11 gram Exp $ + * $Id: packet-fddi.c,v 1.34 2000/05/19 05:29:44 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@zing.org> @@ -36,6 +36,7 @@ #include <stdio.h> #include <glib.h> #include "packet.h" +#include "packet-fddi.h" #include "packet-llc.h" #include "resolv.h" |