[Lldb-commits] [lldb] [lldb][AIX] Some base #if _AIX changes of a minimal lldb build (PR #120979)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Fri Jan 3 02:29:59 PST 2025
================
@@ -16,6 +16,9 @@
#include <memory>
#include <sys/socket.h>
#include <sys/un.h>
+#ifdef _AIX
+#include <strings.h>
----------------
DavidSpickett wrote:
First time I've heard that there is string.h and strings.h. What parts of strings.h were needed here?
https://github.com/llvm/llvm-project/pull/120979
More information about the lldb-commits
mailing list