From: guy Date: Thu, 12 Nov 1998 21:22:47 +0000 (+0000) Subject: We have to include , if we have it, to declare "u_char", as X-Git-Url: http://git.samba.org/samba.git/?p=obnox%2Fwireshark%2Fwip.git;a=commitdiff_plain;h=10948bf7cdb0c67b7063b333a12c1093b7eb9675 We have to include , if we have it, to declare "u_char", as we no longer include . git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@84 f5534014-38df-0310-8fa8-9805f1628bb7 --- diff --git a/packet-fddi.c b/packet-fddi.c index 6b2a3f8dd1..2bcdffe749 100644 --- a/packet-fddi.c +++ b/packet-fddi.c @@ -3,7 +3,7 @@ * * Laurent Deniel * - * $Id: packet-fddi.c,v 1.6 1998/11/12 00:06:27 gram Exp $ + * $Id: packet-fddi.c,v 1.7 1998/11/12 21:22:47 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -29,6 +29,10 @@ # include "config.h" #endif +#ifdef HAVE_SYS_TYPES_H +# include +#endif + #include #include