diff options
Diffstat (limited to 'net-libs/libnfsidmap/files/libnfsidmap-0.19-getgrouplist.patch')
-rw-r--r-- | net-libs/libnfsidmap/files/libnfsidmap-0.19-getgrouplist.patch | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-libs/libnfsidmap/files/libnfsidmap-0.19-getgrouplist.patch b/net-libs/libnfsidmap/files/libnfsidmap-0.19-getgrouplist.patch index 15196fbfe404..0d5d367b95b4 100644 --- a/net-libs/libnfsidmap/files/libnfsidmap-0.19-getgrouplist.patch +++ b/net-libs/libnfsidmap/files/libnfsidmap-0.19-getgrouplist.patch @@ -24,7 +24,7 @@ http://bugs.gentoo.org/169909 * --- libnfsidmap-0.19/getgrouplist.c +++ libnfsidmap-0.19/getgrouplist.c -@@ -0,0 +1,86 @@ +@@ -0,0 +1,88 @@ +/* + * getgrouplist.c + * @@ -59,7 +59,9 @@ http://bugs.gentoo.org/169909 + * SUCH DAMAGE. + */ + ++#ifdef HAVE_CONFIG_H +#include "config.h" ++#endif +#include <sys/types.h> +#include <grp.h> +#include <string.h> |