Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Nov 1998 11:01:57 -0600 (CST)
From:      Chris Costello <chris@furrball.dyn.ml.org>
To:        deker@digitaladdiction.com, freebsd-questions@FreeBSD.ORG
Cc:        phoenix@calldei.com
Subject:   Re: Questions about in.h and inet.h
Message-ID:  <199811101701.LAA21297@furrball.dyn.ml.org>
In-Reply-To: <Pine.BSF.3.96.981110115048.8854F-100000@nyx.digitaladdiction.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> Date: Tue, 10 Nov 1998 11:51:52 -0500 (EST)
> From: Rob Deker <deker@digitaladdiction.com>
> To: FreeBSD Stable <freebsd-stable@FreeBSD.ORG>
> Subject: Questions about in.h and inet.h 
>
>
> So, I'm trying to compile DaVinci (a big IRC botlike thing) on a
> machine running 3.0-RELEASE and it uses /usr/include/netinet/in.h and
> /usr/include/arpa/inet.h. No big deal right?

   Nope.  But please try to post to a remotely appropriate list.  I'll
cross-post this to questions ... but not stable.

> #include <netinet/in.h>
> #include <arpa/inet.h>

Add #include <sys/types.h>
and I believe <sys/socket.h>

>
>
> thanks
>
> rob
>

-Chris

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199811101701.LAA21297>