usage.c: remove reference to busybox.h
*: s/include "busybox.h"/include "libbb.h"
This commit is contained in:
@ -41,7 +41,7 @@
|
||||
* for which 'wc -c' should output '0'.
|
||||
*/
|
||||
|
||||
#include "busybox.h"
|
||||
#include "libbb.h"
|
||||
|
||||
#ifdef CONFIG_LOCALE_SUPPORT
|
||||
#define isspace_given_isprint(c) isspace(c)
|
||||
|
Reference in New Issue
Block a user