diff options
author | Stefan Liebler <stli@linux.vnet.ibm.com> | 2014-11-27 11:07:16 +0100 |
---|---|---|
committer | Andreas Krebbel <krebbel@linux.vnet.ibm.com> | 2014-11-27 11:07:16 +0100 |
commit | e7300fef49147a73d5dc7e0a462cc60aabb58400 (patch) | |
tree | fda2654324062c8c5d37e72a1c2b885f9eb5b517 /nscd | |
parent | 1721f0a406e52f976f9daf6f59acf42c1dbd33ff (diff) | |
download | glibc-e7300fef49147a73d5dc7e0a462cc60aabb58400.tar.gz |
Add missing include of libc-internal.h.
Diffstat (limited to 'nscd')
-rw-r--r-- | nscd/connections.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <resolv/resolv.h> #include <kernel-features.h> +#include <libc-internal.h> /* Support to run nscd as an unprivileged user */ |