From c96fdfac01829a5f6a9e98968817d6b6588389b8 Mon Sep 17 00:00:00 2001 From: David Carlier Date: Sat, 16 Oct 2021 12:44:25 +0100 Subject: frida mode android build fix proposal. also protecting seccomp the other way around in case it is ported in another platform supported by frida. --- frida_mode/src/seccomp/seccomp_socket.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frida_mode/src/seccomp/seccomp_socket.c') diff --git a/frida_mode/src/seccomp/seccomp_socket.c b/frida_mode/src/seccomp/seccomp_socket.c index fae95805..ef937420 100644 --- a/frida_mode/src/seccomp/seccomp_socket.c +++ b/frida_mode/src/seccomp/seccomp_socket.c @@ -1,4 +1,4 @@ -#ifndef __APPLE__ +#if defined(__linux__) && !defined(__ANDROID__) #include #include -- cgit 1.4.1