aboutsummaryrefslogtreecommitdiff
path: root/coreutils/env.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/env.c')
-rw-r--r--coreutils/env.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/env.c b/coreutils/env.c
index 2a271f703..ad30f0193 100644
--- a/coreutils/env.c
+++ b/coreutils/env.c
@@ -29,11 +29,11 @@
29 * - use xfunc_error_retval 29 * - use xfunc_error_retval
30 */ 30 */
31 31
32#include "busybox.h"
33#include <errno.h>
34#include <getopt.h> /* struct option */ 32#include <getopt.h> /* struct option */
35extern char **environ; 33extern char **environ;
36 34
35#include "libbb.h"
36
37#if ENABLE_FEATURE_ENV_LONG_OPTIONS 37#if ENABLE_FEATURE_ENV_LONG_OPTIONS
38static const struct option env_long_options[] = { 38static const struct option env_long_options[] = {
39 { "ignore-environment", 0, NULL, 'i' }, 39 { "ignore-environment", 0, NULL, 'i' },