Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jul 2001 17:48:01 +0300
From:      Konstantinos Konstantinidis <kkonstan@duth.gr>
To:        "Robin P. Blanchard" <Robin_Blanchard@gactr.uga.edu>
Cc:        stable@freebsd.org
Subject:   Re: system includes...
Message-ID:  <3B4B15A1.2355700C@duth.gr>
References:  <3B4B01B0.C0FAD7BC@gactr.uga.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
"Robin P. Blanchard" wrote [snipped]:
> 
> /usr/include/netinet/in.h:233: syntax error before `in_addr_t'
> /usr/include/netinet/in.h:285: syntax error before `u_char'
> /usr/include/netinet6/in6.h:122: syntax error before `u_int8_t'
> building the latest CVS versions of lopster croaks with the following
> sorts of errors. seems i've seen this exact problem before with
> various other software. is there a quick and easy fix?

Yes, include <sys/types.h> BEFORE <netinet/in.h> in the problematic
files.

I've seen this numerous times, perhaps netinet/in.h should include
sys/types.h?

--kkonstan

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3B4B15A1.2355700C>