X-Git-Url: https://git.librecmc.org/?p=oweals%2Fopkg-lede.git;a=blobdiff_plain;f=libopkg%2Fpkg_dest.c;h=e7825ce40823bba862b0081727f8dc1bcc24afd1;hp=f015dd6dbffa3eed687f660de865d73e55f28f65;hb=69bae440fd21376d2a717575b1418c962396bd21;hpb=f4a787e50beb527aeffd847df6b734b29967bd96 diff --git a/libopkg/pkg_dest.c b/libopkg/pkg_dest.c index f015dd6..e7825ce 100644 --- a/libopkg/pkg_dest.c +++ b/libopkg/pkg_dest.c @@ -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) {