From: David S. Miller Date: Tue, 13 Mar 2012 07:33:58 +0000 (-0700) Subject: Add missing string.h include for strcpy calls. X-Git-Tag: glibc-2.16-tps~821 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09a3453f637006538b45f9da69d1895d26a15473;p=thirdparty%2Fglibc.git Add missing string.h include for strcpy calls. * nss/nss_db/db-init.c: Include string.h --- diff --git a/ChangeLog b/ChangeLog index e9ea42a6731..dc93fce69e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-03-13 David S. Miller + + * nss/nss_db/db-init.c: Include string.h + 2012-03-12 David S. Miller * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix diff --git a/nss/nss_db/db-init.c b/nss/nss_db/db-init.c index 906331ae0a0..d23e8f81d65 100644 --- a/nss/nss_db/db-init.c +++ b/nss/nss_db/db-init.c @@ -1,5 +1,5 @@ /* Initialization in nss_db module. - Copyright (C) 2011 Free Software Foundation, Inc. + Copyright (C) 2011, 2012 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -18,7 +18,7 @@ #include #include - +#include static union {