================
@@ -12,6 +12,9 @@
 #include "lldb/Utility/ProcessInfo.h"
 #include "gtest/gtest.h"
 
+#include <cerrno>
+#include <sys/resource.h>
----------------
emaste wrote:

Much of this file would work just fine on FreeBSD as well so that might make 
sense, although I'm not sure what the best structure would be -- maybe much of 
this file should move to a new lldb/unittests/Host/posix/HostTest.cpp, leaving 
anything Linux-specific here?

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