diff --git a/src/tools.c b/src/tools.c index 2b7c131653..39bb454e36 100644 --- a/src/tools.c +++ b/src/tools.c @@ -82,6 +82,8 @@ extern void *__elf_aux_vector; #include #include +extern char **environ; + /* This macro returns false if the test __x is false. Many * of the following parsing function must be abort the processing * if it returns 0, so this macro is useful for writing light code.