aboutsummaryrefslogtreecommitdiff
path: root/debianutils/pipe_progress.c
diff options
context:
space:
mode:
authorGlenn L McGrath <bug1@ihug.co.nz>2003-11-21 21:54:07 +0000
committerGlenn L McGrath <bug1@ihug.co.nz>2003-11-21 21:54:07 +0000
commitd0550d8fc9315f0e5b90caf7da1b35f7ace7c43c (patch)
tree7ac3e9f1289ca1f9ec6a1041b64e36a9f4af6d49 /debianutils/pipe_progress.c
parentacbdc47aac6c01d15522e8c921cd010b8ea958d6 (diff)
downloadbusybox-w32-d0550d8fc9315f0e5b90caf7da1b35f7ace7c43c.tar.gz
busybox-w32-d0550d8fc9315f0e5b90caf7da1b35f7ace7c43c.tar.bz2
busybox-w32-d0550d8fc9315f0e5b90caf7da1b35f7ace7c43c.zip
Fix warning
Diffstat (limited to 'debianutils/pipe_progress.c')
-rw-r--r--debianutils/pipe_progress.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/debianutils/pipe_progress.c b/debianutils/pipe_progress.c
index 81ce395c9..ab05202eb 100644
--- a/debianutils/pipe_progress.c
+++ b/debianutils/pipe_progress.c
@@ -20,6 +20,7 @@
20 */ 20 */
21 21
22#include <stdio.h> 22#include <stdio.h>
23#include <stdlib.h>
23#include <unistd.h> 24#include <unistd.h>
24#include <time.h> 25#include <time.h>
25 26