aboutsummaryrefslogtreecommitdiff
path: root/bdep/init.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/init.hxx')
-rw-r--r--bdep/init.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/bdep/init.hxx b/bdep/init.hxx
index e72abb2..6f03025 100644
--- a/bdep/init.hxx
+++ b/bdep/init.hxx
@@ -7,6 +7,7 @@
#include <bdep/types.hxx>
#include <bdep/utility.hxx>
+#include <bdep/sync.hxx> // sys_options
#include <bdep/project.hxx>
#include <bdep/init-options.hxx>
@@ -37,6 +38,7 @@ namespace bdep
const package_locations&,
const strings& pkg_args,
bool sync = true,
+ const sys_options& = sys_options (),
bool create_host_config = false,
bool create_build2_config = false);