diff options
| author | Jilles Tjoelker <jilles@FreeBSD.org> | 2011-06-13 21:03:27 +0000 |
|---|---|---|
| committer | Jilles Tjoelker <jilles@FreeBSD.org> | 2011-06-13 21:03:27 +0000 |
| commit | 454a02b3728543503f2f30771a867148a27f71b3 (patch) | |
| tree | 007f3e31e27062e0bd6f94d06d03f38056fc4685 /bin/sh/cd.c | |
| parent | 8a8a3387fd1ea62e73fa0c0da40e0b6a068da3c5 (diff) | |
Notes
Diffstat (limited to 'bin/sh/cd.c')
| -rw-r--r-- | bin/sh/cd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/sh/cd.c b/bin/sh/cd.c index b1b0fc015e9e2..6fb10390a2394 100644 --- a/bin/sh/cd.c +++ b/bin/sh/cd.c @@ -63,6 +63,7 @@ __FBSDID("$FreeBSD$"); #include "mystring.h" #include "show.h" #include "cd.h" +#include "builtins.h" static int cdlogical(char *); static int cdphysical(char *); |
