X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=libopkg%2Fopkg_install.c;h=79bbd3c9e5f1b6beb3a754f872b3321c965f77da;hb=599cc259280ccde97b2a3b459c3f015db6390127;hp=94d61884125507ebdb464cf4235884b07e7931f2;hpb=2fdb3fc0b67757afd6fe7a244b6e14d2a546af0e;p=oweals%2Fopkg-lede.git diff --git a/libopkg/opkg_install.c b/libopkg/opkg_install.c index 94d6188..79bbd3c 100644 --- a/libopkg/opkg_install.c +++ b/libopkg/opkg_install.c @@ -15,12 +15,10 @@ General Public License for more details. */ -#include "includes.h" -#include -#include -#include +#include #include #include +#include #include "pkg.h" #include "pkg_hash.h" @@ -63,7 +61,7 @@ satisfy_dependencies_for(pkg_t *pkg) unresolved++; } free(tmp); - opkg_msg(ERROR, "\n"); + opkg_message(ERROR, "\n"); if (! conf->force_depends) { opkg_msg(INFO, "This could mean that your package list is out of date or that the packages\n"