usage.c: remove reference to busybox.h
*: s/include "busybox.h"/include "libbb.h"
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
*/
|
||||
|
||||
#include <getopt.h>
|
||||
#include "busybox.h"
|
||||
#include "libbb.h"
|
||||
|
||||
#if ENABLE_FEATURE_SETCONSOLE_LONG_OPTIONS
|
||||
static const struct option setconsole_long_options[] = {
|
||||
|
Reference in New Issue
Block a user