summaryrefslogtreecommitdiffstats
path: root/bin/sh/memalloc.c
diff options
context:
space:
mode:
authorcracauer <cracauer@FreeBSD.org>1998-09-10 14:51:06 +0000
committercracauer <cracauer@FreeBSD.org>1998-09-10 14:51:06 +0000
commit1d2e8c536790f09469b598e6d9cae37d6639d7d9 (patch)
tree46ab55fecdbf03c4d44e59ace86298d4509c1b9c /bin/sh/memalloc.c
parent30c8ef5ad9738a290fe79f0210327b2fd2763771 (diff)
downloadFreeBSD-src-1d2e8c536790f09469b598e6d9cae37d6639d7d9.zip
FreeBSD-src-1d2e8c536790f09469b598e6d9cae37d6639d7d9.tar.gz
Fix an inefficiency I introduced in my last commit.
Include "expand.h" vom memalloc.c to pull function declartion into scope
Diffstat (limited to 'bin/sh/memalloc.c')
-rw-r--r--bin/sh/memalloc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/sh/memalloc.c b/bin/sh/memalloc.c
index 64557dc..b2fa2b4 100644
--- a/bin/sh/memalloc.c
+++ b/bin/sh/memalloc.c
@@ -39,7 +39,7 @@
static char sccsid[] = "@(#)memalloc.c 8.3 (Berkeley) 5/4/95";
#endif
static const char rcsid[] =
- "$Id: memalloc.c,v 1.9 1998/05/18 06:43:57 charnier Exp $";
+ "$Id: memalloc.c,v 1.10 1998/09/06 21:13:09 tegge Exp $";
#endif /* not lint */
#include "shell.h"
@@ -48,6 +48,7 @@ static const char rcsid[] =
#include "error.h"
#include "machdep.h"
#include "mystring.h"
+#include "expand.h"
#include <stdlib.h>
#include <unistd.h>
OpenPOWER on IntegriCloud