usage.c: remove reference to busybox.h
*: s/include "busybox.h"/include "libbb.h"
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
|
||||
/* getopt not needed */
|
||||
|
||||
#include "busybox.h"
|
||||
#include "libbb.h"
|
||||
|
||||
#ifndef FSHIFT
|
||||
# define FSHIFT 16 /* nr of bits of precision */
|
||||
|
Reference in New Issue
Block a user