--- busybox-1.3.0/editors/sed.c	Wed Dec 13 01:10:00 2006
+++ busybox-1.3.0.sed/editors/sed.c	Fri Dec 15 23:00:37 2006
@@ -120,7 +120,6 @@
 } bbg;
 
 
-void sed_free_and_close_stuff(void);
 #if ENABLE_FEATURE_CLEAN_UP
 static void sed_free_and_close_stuff(void)
 {
@@ -156,6 +155,8 @@
 	while (bbg.current_input_file < bbg.input_file_count)
 		fclose(bbg.input_file_list[bbg.current_input_file++]);
 }
+#else
+void sed_free_and_close_stuff(void);
 #endif
 
 /* If something bad happens during -i operation, delete temp file */
