X-Git-Url: https://git.librecmc.org/?p=oweals%2Fopkg-lede.git;a=blobdiff_plain;f=libopkg%2Factive_list.h;h=e20a3380e4a05bf489ac29ebfcc35c20f225448b;hp=396e0512aba9a6daaa06850704c9a90004d7bc30;hb=ba12c7133602244bb13dc026a78ea2fababb1967;hpb=98ce8c256f3c430bc0077a20cbd041b3f36c177a diff --git a/libopkg/active_list.h b/libopkg/active_list.h index 396e051..e20a338 100644 --- a/libopkg/active_list.h +++ b/libopkg/active_list.h @@ -19,11 +19,13 @@ #define ACTIVE_LIST_H #include "list.h" +#include "pkg.h" struct active_list { struct list_head node; struct list_head depend; struct active_list *depended; + pkg_t *pkg; }; struct active_list *active_list_head_new(void);