X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgroup-member.c;h=7b189f24100823969f8ce8d5f7efe51bbc7b11b0;hb=718b0598a7e9f5e9bdf3efc7e91e69a78e465327;hp=09a9ffc78bd9e079284f7fc1e0bdbd4270df243b;hpb=222b0486b7db1b09293e05512873d633440efcb3;p=gnulib.git diff --git a/lib/group-member.c b/lib/group-member.c index 09a9ffc78..7b189f241 100644 --- a/lib/group-member.c +++ b/lib/group-member.c @@ -1,5 +1,5 @@ /* group-member.c -- determine whether group id is in calling user's group list - Copyright (C) 1994, 1997, 1998, 2003 Free Software Foundation, Inc. + Copyright (C) 1994, 1997, 1998, 2003, 2005 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -26,9 +26,7 @@ #include #include -#if HAVE_UNISTD_H -# include -#endif +#include #include "xalloc.h"