diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2003-11-21 21:54:07 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2003-11-21 21:54:07 +0000 |
commit | d0550d8fc9315f0e5b90caf7da1b35f7ace7c43c (patch) | |
tree | 7ac3e9f1289ca1f9ec6a1041b64e36a9f4af6d49 /debianutils | |
parent | acbdc47aac6c01d15522e8c921cd010b8ea958d6 (diff) | |
download | busybox-w32-d0550d8fc9315f0e5b90caf7da1b35f7ace7c43c.tar.gz busybox-w32-d0550d8fc9315f0e5b90caf7da1b35f7ace7c43c.tar.bz2 busybox-w32-d0550d8fc9315f0e5b90caf7da1b35f7ace7c43c.zip |
Fix warning
Diffstat (limited to 'debianutils')
-rw-r--r-- | debianutils/pipe_progress.c | 1 |
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 | ||