From owner-freebsd-questions Mon Dec 7 13:29:50 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA18360 for freebsd-questions-outgoing; Mon, 7 Dec 1998 13:29:50 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from scientia.demon.co.uk (scientia.demon.co.uk [212.228.14.13]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA18352 for ; Mon, 7 Dec 1998 13:29:45 -0800 (PST) (envelope-from ben@scientia.demon.co.uk) Received: from ben by scientia.demon.co.uk with local (Exim 2.054 #17) id 0zn5kt-0004a7-00; Mon, 7 Dec 1998 18:51:35 +0000 Date: Mon, 7 Dec 1998 18:51:35 +0000 From: Ben Smithurst To: Fadi Sodah Cc: freebsd-questions@FreeBSD.ORG Subject: Re: include file Message-ID: <19981207185135.B17584@scientia.demon.co.uk> References: <366C0E2C.9D8B988C@qatar.net.qa> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <366C0E2C.9D8B988C@qatar.net.qa> User-Agent: Mutt/0.94.17i (FreeBSD/3.0-CURRENT) Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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