X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=miscutils%2Freadahead.c;h=647eb312159338471cd67369642016282874c491;hb=bfc3d82256c45fb1e6e04ca85fac8a65b34b72a1;hp=356c404511441d6e40de61b31d5fddd033941567;hpb=ddec5af6b0803c7434a1cc2fdee5cb9873fe6bd0;p=oweals%2Fbusybox.git diff --git a/miscutils/readahead.c b/miscutils/readahead.c index 356c40451..647eb3121 100644 --- a/miscutils/readahead.c +++ b/miscutils/readahead.c @@ -10,8 +10,9 @@ * Licensed under GPLv2 or later, see file License in this tarball for details. */ -#include "busybox.h" +#include "libbb.h" +int readahead_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; int readahead_main(int argc, char **argv) { FILE *f;