diff options
author | Florian Weimer <fweimer@redhat.com> | 2015-04-08 20:51:34 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2015-04-08 21:07:03 +0200 |
commit | 866ba63b312fd015e1585ee46943f57187e82868 (patch) | |
tree | be475646a9588c10c14b6b745b79912bd334a9d7 /nscd | |
parent | 7b8399f479fb9ebaf816a49246ea5c6354a0769e (diff) | |
download | glibc-866ba63b312fd015e1585ee46943f57187e82868.tar.gz |
grp: Rewrite to use struct scratch_buffer instead of extend_alloca
grp/compat-initgroups.c is included from nscd/initgrcache.c, which is
why the #include directive has to be added there as well.
Diffstat (limited to 'nscd')
-rw-r--r-- | nscd/initgrcache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nscd/initgrcache.c b/nscd/initgrcache.c index 7ba76be7c7..e45d65c006 100644 --- a/nscd/initgrcache.c +++ b/nscd/initgrcache.c @@ -24,6 +24,7 @@ #include <time.h> #include <unistd.h> #include <sys/mman.h> +#include <scratch_buffer.h> #include "dbg_log.h" #include "nscd.h" |