From 866ba63b312fd015e1585ee46943f57187e82868 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 8 Apr 2015 20:51:34 +0200 Subject: 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. --- grp/initgroups.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grp/initgroups.c') diff --git a/grp/initgroups.c b/grp/initgroups.c index 4d083acee5..14a8ab158d 100644 --- a/grp/initgroups.c +++ b/grp/initgroups.c @@ -15,7 +15,6 @@ License along with the GNU C Library; if not, see . */ -#include #include #include #include @@ -26,6 +25,7 @@ #include #include #include +#include #include "../nscd/nscd-client.h" #include "../nscd/nscd_proto.h" -- cgit v1.2.3