From bea9b19322c77265033a068ac60c95a37e798a80 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 30 Jul 2012 16:09:11 -0700 Subject: Fix lots of bitrot for stub configurations. --- nss/nss_files/files-initgroups.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'nss/nss_files') diff --git a/nss/nss_files/files-initgroups.c b/nss/nss_files/files-initgroups.c index c8ce0656af..a5a2164eb3 100644 --- a/nss/nss_files/files-initgroups.c +++ b/nss/nss_files/files-initgroups.c @@ -1,5 +1,5 @@ /* Initgroups handling in nss_files module. - Copyright (C) 2011 Free Software Foundation, Inc. + Copyright (C) 2011-2012 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -23,6 +23,8 @@ #include #include #include +#include +#include enum nss_status _nss_files_initgroups_dyn (const char *user, gid_t group, long int *start, -- cgit 1.4.1