diff options
| author | Martin Cracauer <cracauer@FreeBSD.org> | 2000-04-20 09:55:57 +0000 |
|---|---|---|
| committer | Martin Cracauer <cracauer@FreeBSD.org> | 2000-04-20 09:55:57 +0000 |
| commit | e988388effa6457c972081aecc2afe1c4e5fbf52 (patch) | |
| tree | 102f539c008a550ce00184b675764810bf988ee3 /bin | |
| parent | f01e3d0cfe6ba7cc1e269472f2a8267359aabeda (diff) | |
Notes
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/sh/show.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/sh/show.c b/bin/sh/show.c index b8c6f20b95fe..a784985bbfa5 100644 --- a/bin/sh/show.c +++ b/bin/sh/show.c @@ -48,6 +48,9 @@ static const char rcsid[] = #else #include <varargs.h> #endif +#if DEBUG == 2 +#include <errno.h> +#endif #include "shell.h" #include "parser.h" |
