projects
/
platform
/
upstream
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2e3e9b
)
Fix a warning with libc5.
author
Eric Andersen
<andersen@codepoet.org>
Wed, 4 Apr 2001 19:26:22 +0000
(19:26 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Wed, 4 Apr 2001 19:26:22 +0000
(19:26 -0000)
-Erik
libbb/vdprintf.c
patch
|
blob
|
history
diff --git
a/libbb/vdprintf.c
b/libbb/vdprintf.c
index
a18291b
..
8c3e32a
100644
(file)
--- a/
libbb/vdprintf.c
+++ b/
libbb/vdprintf.c
@@
-26,6
+26,7
@@
*/
#include <stdio.h>
+#include <unistd.h>
#include "libbb.h"