diff options
Diffstat (limited to 'coreutils/env.c')
-rw-r--r-- | coreutils/env.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/coreutils/env.c b/coreutils/env.c index b45cbcc7d..7273d39fc 100644 --- a/coreutils/env.c +++ b/coreutils/env.c | |||
@@ -30,8 +30,6 @@ | |||
30 | */ | 30 | */ |
31 | 31 | ||
32 | #include <getopt.h> /* struct option */ | 32 | #include <getopt.h> /* struct option */ |
33 | extern char **environ; | ||
34 | |||
35 | #include "libbb.h" | 33 | #include "libbb.h" |
36 | 34 | ||
37 | #if ENABLE_FEATURE_ENV_LONG_OPTIONS | 35 | #if ENABLE_FEATURE_ENV_LONG_OPTIONS |