summaryrefslogtreecommitdiffstats
path: root/libopkg/pkg.h
diff options
context:
space:
mode:
Diffstat (limited to 'libopkg/pkg.h')
-rw-r--r--libopkg/pkg.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libopkg/pkg.h b/libopkg/pkg.h
index e7239f1..a7c98ec 100644
--- a/libopkg/pkg.h
+++ b/libopkg/pkg.h
@@ -24,6 +24,7 @@
#include "pkg_vec.h"
#include "str_list.h"
+#include "active_list.h"
#include "pkg_src.h"
#include "pkg_dest.h"
#include "opkg_conf.h"
@@ -135,6 +136,7 @@ struct pkg
int recommends_count;
char **suggests_str;
int suggests_count;
+ struct active_list list; /* Used for installing|upgrading */
compound_depend_t * depends;
/* Abhaya: new conflicts */