projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e3bfb8
)
ash_test: printenv: fix missing includes
author
Mike Frysinger
<vapier@gentoo.org>
Tue, 22 Mar 2016 22:15:14 +0000
(18:15 -0400)
committer
Mike 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
patch
|
blob
|
history
diff --git
a/shell/ash_test/printenv.c
b/shell/ash_test/printenv.c
index c4ccda8a647bc9099a79bb53a76e8d9256d8d017..c0c5e197c9af60734d1fa62ab6ce3fd99948d5b9 100644
(file)
--- 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>