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/fgetgrent.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/pwd_grp/fgetgrent.c') diff --git a/libc/pwd_grp/fgetgrent.c b/libc/pwd_grp/fgetgrent.c index 50aa01722..7c08ea68e 100644 --- a/libc/pwd_grp/fgetgrent.c +++ b/libc/pwd_grp/fgetgrent.c @@ -21,6 +21,7 @@ #include #include #include +#include "config.h" struct group *fgetgrent(FILE * file) { -- cgit v1.2.3