Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Dec 1998 12:15:54 -0800 (PST)
From:      Dan Busarow <dan@dpcsys.com>
To:        Fadi Sodah <sodah@qatar.net.qa>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: include file
Message-ID:  <Pine.BSF.3.96.981207121349.1393Q-100000@java.dpcsys.com>
In-Reply-To: <366C0E2C.9D8B988C@qatar.net.qa>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 7 Dec 1998, 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?

Why is ip_udp.h being #include'd?  Once you know that you can
look in /usr/include/netinet and see if some other file contains
the declaration/definition needed. udp.h seems a likely candidate.

Dan
-- 
 Dan Busarow                                                  949 443 4172
 Dana Point Communications, Inc.                            dan@dpcsys.com
 Dana Point, California  83 09 EF 59 E0 11 89 B4   8D 09 DB FD E1 DD 0C 82


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?Pine.BSF.3.96.981207121349.1393Q-100000>