usage.c: remove reference to busybox.h
*: s/include "busybox.h"/include "libbb.h"
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
* in the '-l' case.
|
||||
*/
|
||||
|
||||
#include "busybox.h"
|
||||
#include "libbb.h"
|
||||
|
||||
static FILE *cmp_xfopen_input(const char *filename)
|
||||
{
|
||||
|
Reference in New Issue
Block a user