aboutsummaryrefslogtreecommitdiff
path: root/include/pkg.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/pkg.h')
-rw-r--r--include/pkg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pkg.h b/include/pkg.h
index af720d5..d6e6cf0 100644
--- a/include/pkg.h
+++ b/include/pkg.h
@@ -4,7 +4,7 @@
#include "str.h"
typedef struct package_t {
- str name, version, url, src;
+ str name, version, url, src, root;
unsigned int dep_count;
bool is_local;
} package_t;