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 @@ | |||
46 | */ | 46 | */ |
47 | 47 | ||
48 | #include <fnmatch.h> | 48 | #include <fnmatch.h> |
49 | #include "busybox.h" | 49 | #include "libbb.h" |
50 | 50 | ||
51 | /* This is a NOEXEC applet. Be very careful! */ | 51 | /* This is a NOEXEC applet. Be very careful! */ |
52 | 52 | ||