Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add missing include of libc-internal.h.
  • Loading branch information
Stefan Liebler authored and Andreas Krebbel committed Nov 27, 2014
1 parent 1721f0a commit e7300fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -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
Expand Down
1 change: 1 addition & 0 deletions nscd/connections.c
Expand Up @@ -59,6 +59,7 @@
#include <resolv/resolv.h>

#include <kernel-features.h>
#include <libc-internal.h>


/* Support to run nscd as an unprivileged user */
Expand Down

0 comments on commit e7300fe

Please sign in to comment.