diff --git a/ChangeLog b/ChangeLog index 4acdcc3ced..92ffe16bd6 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 1631212980..a6b9808168 100644 --- a/nscd/connections.c +++ b/nscd/connections.c @@ -59,6 +59,7 @@ #include #include +#include /* Support to run nscd as an unprivileged user */