aboutsummaryrefslogtreecommitdiff
path: root/wget.c
diff options
context:
space:
mode:
Diffstat (limited to 'wget.c')
-rw-r--r--wget.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/wget.c b/wget.c
index 419435362..2c38cb08e 100644
--- a/wget.c
+++ b/wget.c
@@ -16,6 +16,7 @@
16 16
17#include "busybox.h" 17#include "busybox.h"
18#include <stdio.h> 18#include <stdio.h>
19#include <errno.h>
19#include <stdlib.h> 20#include <stdlib.h>
20#include <unistd.h> 21#include <unistd.h>
21#include <ctype.h> 22#include <ctype.h>
@@ -520,7 +521,7 @@ progressmeter(int flag)
520 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 521 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
521 * SUCH DAMAGE. 522 * SUCH DAMAGE.
522 * 523 *
523 * $Id: wget.c,v 1.21 2001/01/24 20:28:35 andersen Exp $ 524 * $Id: wget.c,v 1.22 2001/01/26 02:04:49 andersen Exp $
524 */ 525 */
525 526
526 527