diff options
Diffstat (limited to 'coreutils/env.c')
-rw-r--r-- | coreutils/env.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/env.c b/coreutils/env.c index 70cef6588..1a8ad7c78 100644 --- a/coreutils/env.c +++ b/coreutils/env.c | |||
@@ -47,7 +47,7 @@ | |||
47 | #include <stdlib.h> | 47 | #include <stdlib.h> |
48 | #include <errno.h> | 48 | #include <errno.h> |
49 | #include <unistd.h> | 49 | #include <unistd.h> |
50 | #include <getopt.h> | 50 | #include <getopt.h> /* struct option */ |
51 | #include "busybox.h" | 51 | #include "busybox.h" |
52 | 52 | ||
53 | 53 | ||