[lldb] Android 9 has added the spawn.h header (#124452)

This commit is contained in:
Brad Smith
2025-01-27 21:13:40 -05:00
committed by GitHub
parent 641694729d
commit 5ece348f77

View File

@@ -21,10 +21,8 @@
#include <sys/syscall.h>
#include <sys/wait.h>
#include <unistd.h>
#if !defined(__ANDROID__)
#include <spawn.h>
#endif
#endif
#if defined(__APPLE__)
#include <mach-o/dyld.h>