diff options
Diffstat (limited to 'findutils/find.c')
-rw-r--r-- | findutils/find.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/findutils/find.c b/findutils/find.c index aec22a5bc..2d271d27e 100644 --- a/findutils/find.c +++ b/findutils/find.c @@ -46,7 +46,7 @@ */ #include <fnmatch.h> -#include "busybox.h" +#include "libbb.h" /* This is a NOEXEC applet. Be very careful! */ |