usage.c: remove reference to busybox.h
*: s/include "busybox.h"/include "libbb.h"
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
* known bugs: can't deal with alpha ranges
|
||||
*/
|
||||
|
||||
#include "busybox.h"
|
||||
#include "libbb.h"
|
||||
|
||||
#ifdef CONFIG_FEATURE_MAKEDEVS_LEAF
|
||||
int makedevs_main(int argc, char **argv);
|
||||
|
Reference in New Issue
Block a user