aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMartin Cracauer <cracauer@FreeBSD.org>2000-04-20 09:55:57 +0000
committerMartin Cracauer <cracauer@FreeBSD.org>2000-04-20 09:55:57 +0000
commite988388effa6457c972081aecc2afe1c4e5fbf52 (patch)
tree102f539c008a550ce00184b675764810bf988ee3 /bin
parentf01e3d0cfe6ba7cc1e269472f2a8267359aabeda (diff)
Notes
Diffstat (limited to 'bin')
-rw-r--r--bin/sh/show.c3
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"