aboutsummaryrefslogtreecommitdiff
path: root/grp/initgroups.c
diff options
context:
space:
mode:
Diffstat (limited to 'grp/initgroups.c')
-rw-r--r--grp/initgroups.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/grp/initgroups.c b/grp/initgroups.c
index 4d083ac..14a8ab1 100644
--- a/grp/initgroups.c
+++ b/grp/initgroups.c
@@ -15,7 +15,6 @@
License along with the GNU C Library; if not, see
<http://www.gnu.org/licenses/>. */
-#include <alloca.h>
#include <assert.h>
#include <errno.h>
#include <grp.h>
@@ -26,6 +25,7 @@
#include <sys/param.h>
#include <sys/types.h>
#include <nsswitch.h>
+#include <scratch_buffer.h>
#include "../nscd/nscd-client.h"
#include "../nscd/nscd_proto.h"