diff options
Diffstat (limited to 'libbb/vdprintf.c')
-rw-r--r-- | libbb/vdprintf.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libbb/vdprintf.c b/libbb/vdprintf.c index ea2a9d4bf..d16c51947 100644 --- a/libbb/vdprintf.c +++ b/libbb/vdprintf.c | |||
@@ -7,12 +7,8 @@ | |||
7 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. | 7 | * Licensed under GPLv2 or later, see file LICENSE in this tarball for details. |
8 | */ | 8 | */ |
9 | 9 | ||
10 | #include <stdio.h> | ||
11 | #include <unistd.h> | ||
12 | #include "libbb.h" | 10 | #include "libbb.h" |
13 | 11 | ||
14 | |||
15 | |||
16 | #if defined(__GLIBC__) && __GLIBC__ < 2 | 12 | #if defined(__GLIBC__) && __GLIBC__ < 2 |
17 | int vdprintf(int d, const char *format, va_list ap) | 13 | int vdprintf(int d, const char *format, va_list ap) |
18 | { | 14 | { |