krytarowski added inline comments.

================
Comment at: lldb/source/Plugins/Process/NetBSD/NativeThreadNetBSD.cpp:22
 
+#include <sys/sysctl.h>
+
----------------
Please include before this header `<sys/types.h>`. If it works, that header is 
likely pulled from some indirect location.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70363/new/

https://reviews.llvm.org/D70363



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to