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/getpw.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/pwd_grp/getpw.c') diff --git a/libc/pwd_grp/getpw.c b/libc/pwd_grp/getpw.c index 83f6fe973..4731bb961 100644 --- a/libc/pwd_grp/getpw.c +++ b/libc/pwd_grp/getpw.c @@ -21,7 +21,7 @@ #include #include #include -#include +#include "config.h" int getpw(uid_t uid, char *buf) { -- cgit v1.2.3