diff options
Diffstat (limited to 'bin/sh/nodes.c.pat')
-rw-r--r-- | bin/sh/nodes.c.pat | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/sh/nodes.c.pat b/bin/sh/nodes.c.pat index 2fc79f0..e5a2287 100644 --- a/bin/sh/nodes.c.pat +++ b/bin/sh/nodes.c.pat @@ -37,6 +37,8 @@ * $FreeBSD$ */ +#include <sys/param.h> + #include <stdlib.h> /* * Routine for dealing with parsed shell commands. @@ -45,7 +47,6 @@ #include "shell.h" #include "nodes.h" #include "memalloc.h" -#include "machdep.h" #include "mystring.h" |