usage.c: remove reference to busybox.h
*: s/include "busybox.h"/include "libbb.h"
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
* GNU Library General Public License
|
||||
*/
|
||||
|
||||
#include "busybox.h"
|
||||
#include "libbb.h"
|
||||
|
||||
#define FUSER_PROC_DIR "/proc"
|
||||
#define FUSER_MAX_LINE 255
|
||||
|
Reference in New Issue
Block a user