diff --git a/bin/sh/show.c b/bin/sh/show.c index b8c6f20b95f..a784985bbfa 100644 --- a/bin/sh/show.c +++ b/bin/sh/show.c @@ -48,6 +48,9 @@ static const char rcsid[] = #else #include #endif +#if DEBUG == 2 +#include +#endif #include "shell.h" #include "parser.h"