aboutsummaryrefslogtreecommitdiff
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
parentb2e3e9b0c9149f0c7e1e6a8b46587d7cb53b68aa (diff)
downloadbusybox-w32-14fe392dded5e84a7ba8d8b5148b4d4a58a17e18.tar.gz
busybox-w32-14fe392dded5e84a7ba8d8b5148b4d4a58a17e18.tar.bz2
busybox-w32-14fe392dded5e84a7ba8d8b5148b4d4a58a17e18.zip
Fix a warning with libc5.
-Erik
-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 @@
26 */ 26 */
27 27
28#include <stdio.h> 28#include <stdio.h>
29#include <unistd.h>
29#include "libbb.h" 30#include "libbb.h"
30 31
31 32