From 9b7e66d03bf5c3902c1fe028effd8f7f5cd9e6e0 Mon Sep 17 00:00:00 2001 From: chl Date: Sat, 23 Aug 2008 10:08:02 +0000 Subject: [PATCH] add missing header needed by asprintf(). ok otto@ deraadt@ --- lib/libc/gen/getgrouplist.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libc/gen/getgrouplist.c b/lib/libc/gen/getgrouplist.c index 23ef7d33bd2..639b8c009c6 100644 --- a/lib/libc/gen/getgrouplist.c +++ b/lib/libc/gen/getgrouplist.c @@ -1,4 +1,4 @@ -/* $OpenBSD: getgrouplist.c,v 1.14 2008/08/22 00:59:34 deraadt Exp $ */ +/* $OpenBSD: getgrouplist.c,v 1.15 2008/08/23 10:08:02 chl Exp $ */ /* * Copyright (c) 1991, 1993 * The Regents of the University of California. All rights reserved. @@ -35,6 +35,7 @@ #include #include #include +#include #include #include #include -- 2.20.1