summaryrefslogtreecommitdiffstats
path: root/bin/sh/memalloc.c
diff options
context:
space:
mode:
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 a50d661..57b5ae8 100644
--- a/bin/sh/memalloc.c
+++ b/bin/sh/memalloc.c
@@ -42,11 +42,12 @@ static char sccsid[] = "@(#)memalloc.c 8.3 (Berkeley) 5/4/95";
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
+#include <sys/param.h>
+
#include "shell.h"
#include "output.h"
#include "memalloc.h"
#include "error.h"
-#include "machdep.h"
#include "mystring.h"
#include "expand.h"
#include <stdlib.h>
OpenPOWER on IntegriCloud