aboutsummaryrefslogtreecommitdiff
path: root/build2/utility
diff options
context:
space:
mode:
Diffstat (limited to 'build2/utility')
-rw-r--r--build2/utility5
1 files changed, 5 insertions, 0 deletions
diff --git a/build2/utility b/build2/utility
index 7c30395..719eb60 100644
--- a/build2/utility
+++ b/build2/utility
@@ -19,6 +19,7 @@
#include <unordered_set>
#include <build2/types>
+#include <build2/b-options>
namespace build2
{
@@ -83,6 +84,10 @@ namespace build2
next_word (const string&, size_t n, size_t& b, size_t& e,
char d1 = ' ', char d2 = '\0');
+ // Command line options.
+ //
+ extern options ops;
+
// Build system driver recall path (argv[0]).
//
extern path argv0;