diff options
Diffstat (limited to 'util-linux/getopt.c')
-rw-r--r-- | util-linux/getopt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/getopt.c b/util-linux/getopt.c index 68e69de5c..b4749c199 100644 --- a/util-linux/getopt.c +++ b/util-linux/getopt.c | |||
@@ -31,8 +31,8 @@ | |||
31 | * | 31 | * |
32 | */ | 32 | */ |
33 | 33 | ||
34 | #include "busybox.h" | ||
35 | #include <getopt.h> | 34 | #include <getopt.h> |
35 | #include "libbb.h" | ||
36 | 36 | ||
37 | /* NON_OPT is the code that is returned when a non-option is found in '+' | 37 | /* NON_OPT is the code that is returned when a non-option is found in '+' |
38 | mode */ | 38 | mode */ |