client/slave: explictly add ‘extern char **environ’

It’s not in any header files on FreeBSD.
This commit is contained in:
Daniel Eklöf 2022-04-11 13:24:27 +02:00
parent 261797ec56
commit fd414f79be
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 4 additions and 0 deletions

View file

@ -25,6 +25,8 @@
#include "version.h"
#include "xmalloc.h"
extern char **environ;
struct string {
size_t len;
char *str;