ash_test: printenv: fix missing includes
authorMike Frysinger <vapier@gentoo.org>
Tue, 22 Mar 2016 22:15:14 +0000 (18:15 -0400)
committerMike Frysinger <vapier@gentoo.org>
Tue, 22 Mar 2016 22:15:14 +0000 (18:15 -0400)
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
shell/ash_test/printenv.c

index c4ccda8a647bc9099a79bb53a76e8d9256d8d017..c0c5e197c9af60734d1fa62ab6ce3fd99948d5b9 100644 (file)
@@ -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>