Date: Tue, 8 Sep 2009 17:58:50 +0200 From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: Poul-Henning Kamp <phk@FreeBSD.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r196976 - head/lib/libc/net Message-ID: <20090908155850.GM1577@garage.freebsd.pl> In-Reply-To: <200909081518.n88FIPOZ051348@svn.freebsd.org> References: <200909081518.n88FIPOZ051348@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--oplxJGu+Ee5xywIT Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Sep 08, 2009 at 03:18:25PM +0000, Poul-Henning Kamp wrote: > Author: phk > Date: Tue Sep 8 15:18:25 2009 > New Revision: 196976 > URL: http://svn.freebsd.org/changeset/base/196976 >=20 > Log: > Add necessary include >=20 > Modified: > head/lib/libc/net/getifaddrs.c >=20 > Modified: head/lib/libc/net/getifaddrs.c > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/lib/libc/net/getifaddrs.c Tue Sep 8 15:13:49 2009 (r196975) > +++ head/lib/libc/net/getifaddrs.c Tue Sep 8 15:18:25 2009 (r196976) > @@ -33,6 +33,7 @@ > __FBSDID("$FreeBSD$"); > =20 > #include "namespace.h" > +#include <sys/param.h> > #include <sys/types.h> style(9) seems to advice to include either types.h or param.h, but not both. --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --oplxJGu+Ee5xywIT Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFKpn86ForvXbEpPzQRAm2sAJ9bZ4pAkHutI7d99X77WqIEjRICyQCfaPRb 80ghQGL7RjFu3ND0TrN1++E= =ho1u -----END PGP SIGNATURE----- --oplxJGu+Ee5xywIT--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090908155850.GM1577>