From 2512c847453c24b928c34beed88902fbb6877b7a Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 27 Sep 2001 05:24:26 +0000 Subject: Update to accomodate the header file changes --- libc/pwd_grp/getgrnam.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/pwd_grp/getgrnam.c') diff --git a/libc/pwd_grp/getgrnam.c b/libc/pwd_grp/getgrnam.c index 6f2634cee..705342489 100644 --- a/libc/pwd_grp/getgrnam.c +++ b/libc/pwd_grp/getgrnam.c @@ -23,6 +23,7 @@ #include #include #include +#include "config.h" struct group *getgrnam(const char *name) { -- cgit v1.2.3