diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/libbb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/libbb.h b/include/libbb.h index 9d70e7099..c5b685985 100644 --- a/include/libbb.h +++ b/include/libbb.h | |||
@@ -67,6 +67,9 @@ | |||
67 | #include "shadow_.h" | 67 | #include "shadow_.h" |
68 | #endif | 68 | #endif |
69 | 69 | ||
70 | /* Some libc's don't declare it, help them */ | ||
71 | extern char **environ; | ||
72 | |||
70 | #if defined(__GLIBC__) && __GLIBC__ < 2 | 73 | #if defined(__GLIBC__) && __GLIBC__ < 2 |
71 | int vdprintf(int d, const char *format, va_list ap); | 74 | int vdprintf(int d, const char *format, va_list ap); |
72 | #endif | 75 | #endif |