Commit 44824aca3cae1a3908f80216ff8e53f859d16dc4

Guillem Jover 2023-04-01T12:41:42

Declare environ if the system does not do so The environ variable is supposed to be defined by the code using it, but on glibc-based systems it will get defined if we request it, by including <unistd.h> and defining _GNU_SOURCE.