From 787972f60b08c34059de65f9ee24febaa50667a2 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 22 Mar 2016 18:15:14 -0400 Subject: ash_test: printenv: fix missing includes Signed-off-by: Mike Frysinger --- shell/ash_test/printenv.c | 1 + 1 file changed, 1 insertion(+) (limited to 'shell') diff --git a/shell/ash_test/printenv.c b/shell/ash_test/printenv.c index c4ccda8a6..c0c5e197c 100644 --- a/shell/ash_test/printenv.c +++ b/shell/ash_test/printenv.c @@ -24,6 +24,7 @@ with Bash; see the file COPYING. If not, write to the Free Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA. */ +#include #include #include -- cgit v1.2.3