diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-11-21 21:54:07 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-11-21 21:54:07 +0000 |
commit | 3a87ea9a0c001866e5ee2794cfa7bf28523683e1 (patch) | |
tree | 7ac3e9f1289ca1f9ec6a1041b64e36a9f4af6d49 /debianutils/pipe_progress.c | |
parent | b99dad460712e334bed06c8f4c5b4886ee852ecd (diff) | |
download | busybox-w32-3a87ea9a0c001866e5ee2794cfa7bf28523683e1.tar.gz busybox-w32-3a87ea9a0c001866e5ee2794cfa7bf28523683e1.tar.bz2 busybox-w32-3a87ea9a0c001866e5ee2794cfa7bf28523683e1.zip |
Fix warning
git-svn-id: svn://busybox.net/trunk/busybox@7982 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to '')
-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 | ||