diff options
author | Mike Frysinger <vapier@gentoo.org> | 2016-03-22 18:15:14 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2016-03-22 18:15:14 -0400 |
commit | 787972f60b08c34059de65f9ee24febaa50667a2 (patch) | |
tree | c5661586d831dd637fc9edfe7a60e3d19d245c22 | |
parent | 3e3bfb896e0dd8a54caad9c6264e2452566b4012 (diff) | |
download | busybox-w32-787972f60b08c34059de65f9ee24febaa50667a2.tar.gz busybox-w32-787972f60b08c34059de65f9ee24febaa50667a2.tar.bz2 busybox-w32-787972f60b08c34059de65f9ee24febaa50667a2.zip |
ash_test: printenv: fix missing includes
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r-- | shell/ash_test/printenv.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ | |||
24 | with Bash; see the file COPYING. If not, write to the Free Software | 24 | with Bash; see the file COPYING. If not, write to the Free Software |
25 | Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA. */ | 25 | Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA. */ |
26 | 26 | ||
27 | #include <stdio.h> | ||
27 | #include <stdlib.h> | 28 | #include <stdlib.h> |
28 | #include <string.h> | 29 | #include <string.h> |
29 | 30 | ||