From 1a10eec17846b864a89834239a0533040cb504e7 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 24 Oct 2001 17:19:38 +0000 Subject: Fixup the location of pwd.h and grp.h --- shell/ash.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shell/ash.c') diff --git a/shell/ash.c b/shell/ash.c index 8544d8131..ffafcfeb4 100644 --- a/shell/ash.c +++ b/shell/ash.c @@ -89,7 +89,6 @@ #include #include #include -#include #include #include #include @@ -107,6 +106,7 @@ #include #include #include +#include "pwd.h" #if !defined(FNMATCH_BROKEN) @@ -12627,7 +12627,7 @@ findvar(struct var **vpp, const char *name) /* * Copyright (c) 1999 Herbert Xu * This file contains code for the times builtin. - * $Id: ash.c,v 1.30 2001/10/24 08:01:06 andersen Exp $ + * $Id: ash.c,v 1.31 2001/10/24 17:19:35 andersen Exp $ */ static int timescmd (int argc, char **argv) { -- cgit v1.2.3