This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Add missing string.h include for strcpy calls.
- From: "Carlos O'Donell" <carlos at systemhalted dot org>
- To: David Miller <davem at davemloft dot net>
- Cc: libc-alpha at sourceware dot org
- Date: Tue, 13 Mar 2012 09:29:30 -0400
- Subject: Re: [PATCH] Add missing string.h include for strcpy calls.
- References: <20120313.003802.2182956014417423900.davem@davemloft.net>
On Tue, Mar 13, 2012 at 3:38 AM, David Miller <davem@davemloft.net> wrote:
> I noticed this being warned about in my builds, it looked obvious
> enough so I committed this to master.
>
> ? ? ? ?* nss/nss_db/db-init.c: Include string.h
> ---
> ?nss/nss_db/db-init.c | ? ?4 ++--
> ?1 files changed, 2 insertions(+), 2 deletions(-)
Thanks for fixing this!
Yes, it's an obvious fix to include the required header.
Cheers,
Carlos.