commit | 787972f60b08c34059de65f9ee24febaa50667a2 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Tue Mar 22 18:15:14 2016 -0400 |
committer | Mike Frysinger <vapier@gentoo.org> | Tue Mar 22 18:15:14 2016 -0400 |
tree | c5661586d831dd637fc9edfe7a60e3d19d245c22 | |
parent | 3e3bfb896e0dd8a54caad9c6264e2452566b4012 [diff] |
ash_test: printenv: fix missing includes Signed-off-by: Mike Frysinger <vapier@gentoo.org>
diff --git a/shell/ash_test/printenv.c b/shell/ash_test/printenv.c index c4ccda8..c0c5e19 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 <stdio.h> #include <stdlib.h> #include <string.h>