From: Stefan Liebler Date: Thu, 27 Nov 2014 10:07:16 +0000 (+0100) Subject: Add missing include of libc-internal.h. X-Git-Tag: glibc-2.21~314 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e7300fef49147a73d5dc7e0a462cc60aabb58400;p=thirdparty%2Fglibc.git Add missing include of libc-internal.h. --- diff --git a/ChangeLog b/ChangeLog index 4acdcc3ced1..92ffe16bd63 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-11-27 Stefan Liebler + + * nscd/connections.c: Include libc-internal.h because of macro + usage ignore_value. + 2014-11-27 Siddhesh Poyarekar * string/bits/string3.h (__warn_memset_zero_len): Don't diff --git a/nscd/connections.c b/nscd/connections.c index 1631212980c..a6b98081689 100644 --- a/nscd/connections.c +++ b/nscd/connections.c @@ -59,6 +59,7 @@ #include #include +#include /* Support to run nscd as an unprivileged user */