mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
Add missing include of libc-internal.h.
This commit is contained in:
parent
1721f0a406
commit
e7300fef49
@ -1,3 +1,8 @@
|
||||
2014-11-27 Stefan Liebler <stli@linux.vnet.ibm.com>
|
||||
|
||||
* nscd/connections.c: Include libc-internal.h because of macro
|
||||
usage ignore_value.
|
||||
|
||||
2014-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
|
||||
|
||||
* string/bits/string3.h (__warn_memset_zero_len): Don't
|
||||
|
@ -59,6 +59,7 @@
|
||||
#include <resolv/resolv.h>
|
||||
|
||||
#include <kernel-features.h>
|
||||
#include <libc-internal.h>
|
||||
|
||||
|
||||
/* Support to run nscd as an unprivileged user */
|
||||
|
Loading…
Reference in New Issue
Block a user