X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=libopkg%2Fpkg_dest.c;h=3f9e49388b03186b14c465ce630bba78273266dc;hb=a03d7bafd2ada5d8d8d67388a450362d7e427258;hp=f015dd6dbffa3eed687f660de865d73e55f28f65;hpb=4b0b7ca249bfa4ecc099c2ca56527eb91776f198;p=oweals%2Fopkg-lede.git diff --git a/libopkg/pkg_dest.c b/libopkg/pkg_dest.c index f015dd6..3f9e493 100644 --- a/libopkg/pkg_dest.c +++ b/libopkg/pkg_dest.c @@ -1,4 +1,4 @@ -/* pkg_dest.c - the itsy package management system +/* pkg_dest.c - the opkg package management system Carl D. Worth @@ -15,12 +15,14 @@ General Public License for more details. */ -#include "opkg.h" +#include "includes.h" #include "pkg_dest.h" #include "file_util.h" #include "str_util.h" #include "sprintf_alloc.h" +#include "opkg_state.h" +#include "opkg_defines.h" int pkg_dest_init(pkg_dest_t *dest, const char *name, const char *root_dir,const char * lists_dir) {