================
@@ -17,6 +17,7 @@
 
 #include <climits>
 #include <optional>
+#include <sys/resource.h>
----------------
clayborg wrote:

Not every OS will have this header file, so I am not sure we can/should be 
importing this header. Windows build will most likely fail and any non unix 
based OS as well.

https://github.com/llvm/llvm-project/pull/91544
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to