Date: Sat, 29 Apr 2000 00:05:51 -0700 From: Brooks Davis <brooks@one-eyed-alien.net> To: rjk191@psu.edu Cc: freebsd-stable@FreeBSD.ORG Subject: Re: syntax errors in netinet/in.h Message-ID: <20000429000551.A4181@orion.ac.hmc.edu> In-Reply-To: <20000429003113.A65770@rjk191.rh.psu.edu>; from ray@rjk191.rh.psu.edu on Sat, Apr 29, 2000 at 12:31:13AM -0400 References: <20000429003113.A65770@rjk191.rh.psu.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Apr 29, 2000 at 12:31:13AM -0400, Ray Kohler wrote: > Today I discovered that there is something missing from > netinet/in.h. Including it in anything causes errors, due to it not > knowing about u_int32_t. I would guess that something needs to be > included here, but I don't know the include tree well enough to > figure out what, not to mention, I certainly can't fix it for > everybody else. Anyone want to fix this? You need to include sys/types.h first. -- Brooks -- Any statement of the form "X is the one, true Y" is FALSE. 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?20000429000551.A4181>