aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h3
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 */
71extern char **environ;
72
70#if defined(__GLIBC__) && __GLIBC__ < 2 73#if defined(__GLIBC__) && __GLIBC__ < 2
71int vdprintf(int d, const char *format, va_list ap); 74int vdprintf(int d, const char *format, va_list ap);
72#endif 75#endif