summaryrefslogtreecommitdiffstats
path: root/src/apk_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/apk_state.h')
-rw-r--r--src/apk_state.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/apk_state.h b/src/apk_state.h
index a862cdf..42d3f3f 100644
--- a/src/apk_state.h
+++ b/src/apk_state.h
@@ -27,6 +27,7 @@ struct apk_state {
struct apk_database *db;
struct list_head change_list_head;
struct apk_package_array *conflicts;
+ struct apk_name_array *missing;
apk_name_state_t name[];
};