diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/jobs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/jobs.h b/include/jobs.h index 66ddcec..37445c1 100644 --- a/include/jobs.h +++ b/include/jobs.h @@ -9,7 +9,7 @@ struct output { }; struct job { - char *name, *drv_path; + char *name, *drv_path, *attr; bool transitive; bool insubstituters; |