Subject: Re: problems with arpa/inet.h
To: Jason Thorpe <thorpej@nas.nasa.gov>
From: Michael K. Sanders <msanders@aros.net>
List: current-users
Date: 06/08/1998 12:02:09
In message <199806081702.KAA23967@lestat.nas.nasa.gov>, Jason Thorpe writes:
>On Mon, 8 Jun 1998 01:53:48 -0700 (PDT) 
> SamMaEl <rimsky@teleport.com> wrote:
> > 	I'm trying to compile a program that uses the arpa/inet.h header
> > file, and for some reason gcc is complaining about it.
> > 
>
>...before including <arpa/inet.h>, you need <netinet/in.h>.

So why doesn't <arpa/inet.h> include <netinet/in.h> ?