From: chl Date: Sat, 23 Aug 2008 10:08:02 +0000 (+0000) Subject: add missing header needed by asprintf(). X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=9b7e66d03bf5c3902c1fe028effd8f7f5cd9e6e0;p=openbsd add missing header needed by asprintf(). ok otto@ deraadt@ --- 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