Ethereal-dev: Re: [Ethereal-dev] Re: Problems compiling ethereal

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <gharris@xxxxxxxxx>
Date: Sat, 3 Aug 2002 12:58:11 -0700
On Sat, Aug 03, 2002 at 09:42:08PM +0200, Joerg Mayer wrote:
> I just commented out sys/socket.h and it still works.

It's not needed.  I've already checked that in.

> > packet-pgm.c:      I have to include sys/types.h before sys/socket.h
> 
> Same here.

Yup, it doesn't appear to be needed, so I removed it from there as well.

I've fixed a few other problems with FreeBSD 3.4 builds; it now builds
on my FreeBSD partition, but there are still some warnings - I'll fix
those as well (<arpa/inet.h> uses "struct in_addr" from <netinet/in.h>,
and <netinet/in.h> needs <sys/types.h>).