We have to include <sys/types.h>, if we have it, to declare "u_char", as

we no longer include <pcap.h>.

svn path=/trunk/; revision=84
This commit is contained in:
Guy Harris 1998-11-12 21:22:47 +00:00
parent c0f191e9e0
commit 4b2b211cd5
1 changed files with 5 additions and 1 deletions

View File

@ -3,7 +3,7 @@
*
* Laurent Deniel <deniel@worldnet.fr>
*
* $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 <gerald@zing.org>
@ -29,6 +29,10 @@
# include "config.h"
#endif
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#include <gtk/gtk.h>
#include <stdio.h>