diff options
| author | hexcoder- <heiko@hexco.de> | 2021-11-19 21:21:13 +0100 |
|---|---|---|
| committer | hexcoder- <heiko@hexco.de> | 2021-11-19 21:21:13 +0100 |
| commit | eb7db334a5feeaac9502bd2df5dd885d9d752f5b (patch) | |
| tree | 1d229eb511ebe7968348af6ab3ec53e633fe5da4 /frida_mode/src/instrument | |
| parent | d73b400704aa5cc75616a3b3ab9cc90d16759692 (diff) | |
| download | afl++-eb7db334a5feeaac9502bd2df5dd885d9d752f5b.tar.gz | |
Fix compilation on RaspberryPi 32-bit (please review)
Diffstat (limited to 'frida_mode/src/instrument')
| -rw-r--r-- | frida_mode/src/instrument/instrument_x64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frida_mode/src/instrument/instrument_x64.c b/frida_mode/src/instrument/instrument_x64.c index f0bce7e2..41162f2a 100644 --- a/frida_mode/src/instrument/instrument_x64.c +++ b/frida_mode/src/instrument/instrument_x64.c @@ -5,7 +5,7 @@ #if defined(__linux__) #if !defined(__ANDROID__) - #include <asm/prctl.h> + #include <sys/prctl.h> #include <sys/syscall.h> #else #include <linux/ashmem.h> |
