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 68e69de..b4749c1 100644 --- a/util-linux/getopt.c +++ b/util-linux/getopt.c @@ -31,8 +31,8 @@ * */ -#include "busybox.h" #include <getopt.h> +#include "libbb.h" /* NON_OPT is the code that is returned when a non-option is found in '+' mode */ |