aboutsummaryrefslogtreecommitdiff
path: root/libbb/vdprintf.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-04-04 19:26:22 +0000
committerEric Andersen <andersen@codepoet.org>2001-04-04 19:26:22 +0000
commit14fe392dded5e84a7ba8d8b5148b4d4a58a17e18 (patch)
treee80c777693b33b1cfebdf49aea688cd69ad3ab00 /libbb/vdprintf.c
parentb2e3e9b0c9149f0c7e1e6a8b46587d7cb53b68aa (diff)
downloadbusybox-14fe392dded5e84a7ba8d8b5148b4d4a58a17e18.tar.gz
Fix a warning with libc5.
-Erik
Diffstat (limited to 'libbb/vdprintf.c')
-rw-r--r--libbb/vdprintf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/vdprintf.c b/libbb/vdprintf.c
index a18291b3b..8c3e32a7a 100644
--- a/libbb/vdprintf.c
+++ b/libbb/vdprintf.c
@@ -26,6 +26,7 @@
*/
#include <stdio.h>
+#include <unistd.h>
#include "libbb.h"