From: Mike Frysinger Date: Tue, 22 Mar 2016 22:15:14 +0000 (-0400) Subject: ash_test: printenv: fix missing includes X-Git-Tag: 1_25_0~95 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=787972f60b08c34059de65f9ee24febaa50667a2;p=oweals%2Fbusybox.git ash_test: printenv: fix missing includes Signed-off-by: Mike Frysinger --- 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