Add missing include of libc-internal.h.

This commit is contained in:
Stefan Liebler 2014-11-27 11:07:16 +01:00 committed by Andreas Krebbel
parent 1721f0a406
commit e7300fef49
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -59,6 +59,7 @@
#include <resolv/resolv.h>
#include <kernel-features.h>
#include <libc-internal.h>
/* Support to run nscd as an unprivileged user */