diff options
Diffstat (limited to 'src/doc_reform/meta/conf_make_meta_structs.d')
-rw-r--r-- | src/doc_reform/meta/conf_make_meta_structs.d | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/doc_reform/meta/conf_make_meta_structs.d b/src/doc_reform/meta/conf_make_meta_structs.d index 4dba388..f56141f 100644 --- a/src/doc_reform/meta/conf_make_meta_structs.d +++ b/src/doc_reform/meta/conf_make_meta_structs.d @@ -2,6 +2,7 @@ module doc_reform.meta.conf_make_meta_structs; import std.exception, std.json, + std.path, std.regex, std.stdio, std.string, @@ -151,6 +152,7 @@ struct ConfCompositeSiteLocal { string webserv_cgi_port; string webserv_cgi_user; string webserv_cgi_file_links; + string output_path; string processing_path; string processing_dir; string processing_concord_max; |