Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Dec 1998 18:51:35 +0000
From:      Ben Smithurst <ben@scientia.demon.co.uk>
To:        Fadi Sodah <sodah@qatar.net.qa>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: include file
Message-ID:  <19981207185135.B17584@scientia.demon.co.uk>
In-Reply-To: <366C0E2C.9D8B988C@qatar.net.qa>
References:  <366C0E2C.9D8B988C@qatar.net.qa>

next in thread | previous in thread | raw e-mail | index | archive | help
Fadi Sodah wrote:

> i am doing TCP/IP programming on fbsd2.2.6 rel.
> when i try to compile c-code, i get the following:
> 
> bash$ gcc -O2 prog1.c -o prog1
> prog1.c:96: netinet/ip_udp.h: No such file or directory
> 
> where can i get  include file ip_udp.h, is that FreeBSD standard?

There is a netinet/udp.h, not sure if it's the same though. Perhaps
something like

$ ln -s udp.h /usr/include/netinet/ip_udp.h

would help things. (or perhaps not)

-- 
Ben Smithurst
ben@scientia.demon.co.uk

send a blank message to ben+pgp@scientia.demon.co.uk for PGP key

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?19981207185135.B17584>