13 lines
		
	
	
		
			242 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			242 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
Index: support/printenv.c
 | 
						|
===================================================================
 | 
						|
--- support/printenv.c.orig
 | 
						|
+++ support/printenv.c
 | 
						|
@@ -30,6 +30,7 @@
 | 
						|
 
 | 
						|
 #include "bashansi.h"
 | 
						|
 
 | 
						|
+#include <string.h>
 | 
						|
 extern char **environ;
 | 
						|
 
 | 
						|
 int
 |