From c617db9065afa51100199d9ac4561feee4279291 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 12 Jun 2002 23:27:00 +0000 Subject: Silence warnings, clean things up. -Erik --- libc/pwd_grp/putpwent.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/pwd_grp/putpwent.c') diff --git a/libc/pwd_grp/putpwent.c b/libc/pwd_grp/putpwent.c index 014cefa86..84028523b 100644 --- a/libc/pwd_grp/putpwent.c +++ b/libc/pwd_grp/putpwent.c @@ -20,7 +20,7 @@ #include #include -#include +#include "config.h" int putpwent(const struct passwd *passwd, FILE * f) { -- cgit v1.2.3