Skip to content

Commit f377edb

Browse files
authored
(lldb) Fix PATH_MAX for Windows (#104493)
The build break was caused by a [previous patch](#102223) using `PATH_MAX` which is undefined in Windows.
1 parent 55aa4ea commit f377edb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/source/Utility/RealpathPrefixes.cpp

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

99
#include "lldb/Utility/RealpathPrefixes.h"
1010

11+
#include "lldb/Host/PosixApi.h"
1112
#include "lldb/Utility/FileSpec.h"
1213
#include "lldb/Utility/FileSpecList.h"
1314
#include "lldb/Utility/LLDBLog.h"

0 commit comments

Comments
 (0)