Add extern definition for environ.
authorDavin McCall <davmac@davmac.org>
Fri, 5 Jul 2019 11:39:46 +0000 (21:39 +1000)
committerDavin McCall <davmac@davmac.org>
Fri, 5 Jul 2019 11:39:46 +0000 (21:39 +1000)
commitdfb16e0221dcf3d17c14d204d5c50883b069524a
treec22015a39e213cf5d4baac2fbe6af16accff0dc6
parent7ccaeaaad3e5ca5f2b5a0a76fb103c80240f710d
Add extern definition for environ.

POSIX is somewhat ambiguous as to whether unistd.h should declare the
environ variable. It is not listed in the specific requirements for
unistd.h and OpenBSD does not declare it in that header.
src/igr-tests/igr-runner.cc