Skip to content

Commit 5ece348

Browse files
authored
[lldb] Android 9 has added the spawn.h header (#124452)
1 parent 6416947 commit 5ece348

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lldb/source/Host/common/Host.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,8 @@
2121
#include <sys/syscall.h>
2222
#include <sys/wait.h>
2323
#include <unistd.h>
24-
#if !defined(__ANDROID__)
2524
#include <spawn.h>
2625
#endif
27-
#endif
2826

2927
#if defined(__APPLE__)
3028
#include <mach-o/dyld.h>

0 commit comments

Comments
 (0)