aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/libmbpk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libmbpk.h b/include/libmbpk.h
index 0347e0c..e97c789 100644
--- a/include/libmbpk.h
+++ b/include/libmbpk.h
@@ -6,7 +6,7 @@ typedef struct mbpk_pkg {
const char *version;
const char *desc;
const char *url;
- const char **deps;
+ mbpk_pkg **deps;
const char *maintainer;
const char *license;
} mbpk_pkg;