diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/klee/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/klee/main.cpp b/tools/klee/main.cpp index 36015c5e..787df1ec 100644 --- a/tools/klee/main.cpp +++ b/tools/klee/main.cpp @@ -288,7 +288,9 @@ namespace { cl::cat(TerminationCat)); } +namespace klee { extern cl::opt<std::string> MaxTime; +} /***/ |