mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 14:00:30 +00:00
Add missing string.h include for strcpy calls.
* nss/nss_db/db-init.c: Include string.h
This commit is contained in:
parent
98bb2f1cd2
commit
09a3453f63
@ -1,3 +1,7 @@
|
||||
2012-03-13 David S. Miller <davem@davemloft.net>
|
||||
|
||||
* nss/nss_db/db-init.c: Include string.h
|
||||
|
||||
2012-03-12 David S. Miller <davem@davemloft.net>
|
||||
|
||||
* sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
|
||||
|
@ -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 <paths.h>
|
||||
#include <nscd/nscd.h>
|
||||
|
||||
#include <string.h>
|
||||
|
||||
static union
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user