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 | |
parent | acbdc47aac6c01d15522e8c921cd010b8ea958d6 (diff) | |
download | busybox-d0550d8fc9315f0e5b90caf7da1b35f7ace7c43c.tar.gz |
Fix warning
-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 @@ */ #include <stdio.h> +#include <stdlib.h> #include <unistd.h> #include <time.h> |