aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/vars.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vars.h b/include/vars.h
index d635b07..1a58f0d 100644
--- a/include/vars.h
+++ b/include/vars.h
@@ -32,6 +32,7 @@ typedef struct {
typedef struct {
char *source_key;
char *source_value;
+ char *version;
Dependency *dependencies;
size_t dep_count;
int build_ref;