summaryrefslogtreecommitdiff
path: root/libc/nss/nss_db/db-initgroups.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/nss/nss_db/db-initgroups.c')
-rw-r--r--libc/nss/nss_db/db-initgroups.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/nss/nss_db/db-initgroups.c b/libc/nss/nss_db/db-initgroups.c
index 0d44e00b1..e56f58a44 100644
--- a/libc/nss/nss_db/db-initgroups.c
+++ b/libc/nss/nss_db/db-initgroups.c
@@ -1,5 +1,5 @@
/* Initgroups handling in nss_db 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.
Contributed by Ulrich Drepper <drepper@gmail.com>.
@@ -21,6 +21,7 @@
#include <errno.h>
#include <grp.h>
#include <paths.h>
+#include <string.h>
#include "nss_db.h"