diff options
Diffstat (limited to 'executor')
| -rw-r--r-- | executor/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/executor/common.h b/executor/common.h index 8ced8313b..e1cc3385e 100644 --- a/executor/common.h +++ b/executor/common.h @@ -509,6 +509,7 @@ static void flush_tun() #endif #if defined(SYZ_EXECUTOR) || (defined(__NR_syz_extract_tcp_res) && defined(SYZ_TUN_ENABLE)) +#ifndef __ANDROID__ // Can't include <linux/ipv6.h>, since it causes // conflicts due to some structs redefinition. struct ipv6hdr { @@ -523,6 +524,7 @@ struct ipv6hdr { struct in6_addr saddr; struct in6_addr daddr; }; +#endif struct tcp_resources { int32_t seq; |
