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 @@ #include <stdlib.h> #include <errno.h> #include <unistd.h> -#include <getopt.h> +#include <getopt.h> /* struct option */ #include "busybox.h" |