summaryrefslogtreecommitdiff
path: root/include/lldb/Host/OptionParser.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/lldb/Host/OptionParser.h')
-rw-r--r--include/lldb/Host/OptionParser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/lldb/Host/OptionParser.h b/include/lldb/Host/OptionParser.h
index 5aa7db5d34bf..175a1973c7af 100644
--- a/include/lldb/Host/OptionParser.h
+++ b/include/lldb/Host/OptionParser.h
@@ -11,6 +11,7 @@
#define liblldb_OptionParser_h_
#include <string>
+#include "lldb/Host/Mutex.h"
struct option;
@@ -38,7 +39,7 @@ public:
eOptionalArgument
};
- static void Prepare();
+ static void Prepare(Mutex::Locker &locker);
static void EnableError(bool error);