Skip to content

Commit 8f7b6fc

Browse files
committed
fix PATH_MAX missing in windows build
1 parent d6a2ca3 commit 8f7b6fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/tools/lldb-dap/ProtocolUtils.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
#include "lldb/API/SBDebugger.h"
1313
#include "lldb/API/SBTarget.h"
14+
#include "lldb/Host/PosixApi.h" // Adds PATH_MAX for windows
1415

1516
namespace lldb_dap {
1617

0 commit comments

Comments
 (0)