diff options
Diffstat (limited to 'src/spawn-posix.c')
-rw-r--r-- | src/spawn-posix.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/spawn-posix.c b/src/spawn-posix.c index 7de02a9..96f1536 100644 --- a/src/spawn-posix.c +++ b/src/spawn-posix.c @@ -57,6 +57,9 @@ #include "gpgrt-int.h" +/* (Only glibc's unistd.h declares this iff _GNU_SOURCE is used.) */ +extern char **environ; + /* Definition for the gpgrt_spawn_actions_t. Note that there is a * different one for Windows. */ |