summaryrefslogtreecommitdiffstats
path: root/src/apk_package.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/apk_package.h')
-rw-r--r--src/apk_package.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apk_package.h b/src/apk_package.h
index 6f13e94..ea8ef24 100644
--- a/src/apk_package.h
+++ b/src/apk_package.h
@@ -57,7 +57,7 @@ struct apk_package {
unsigned int installed_size, size;
/* for installed packages only */
- struct hlist_node installed_pkgs_list;
+ struct list_head installed_pkgs_list;
struct hlist_head owned_files;
struct hlist_head scripts;
};