[git commit] ash_test: printenv: fix missing includes
Mike Frysinger
vapier at gentoo.org
Tue Mar 22 22:15:14 UTC 2016
commit: https://git.busybox.net/busybox/commit/?id=787972f60b08c34059de65f9ee24febaa50667a2
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master
Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
shell/ash_test/printenv.c | 1 +
1 file changed, 1 insertion(+)
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>
More information about the busybox-cvs
mailing list