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-d0550d8fc9315f0e5b90caf7da1b35f7ace7c43c.tar.gz
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 @@
*/
#include <stdio.h>
+#include <stdlib.h>
#include <unistd.h>
#include <time.h>