about summary refs log tree commit diff
path: root/frida_mode/src/instrument
diff options
context:
space:
mode:
authorhexcoder- <heiko@hexco.de>2021-11-19 21:21:13 +0100
committerhexcoder- <heiko@hexco.de>2021-11-19 21:21:13 +0100
commiteb7db334a5feeaac9502bd2df5dd885d9d752f5b (patch)
tree1d229eb511ebe7968348af6ab3ec53e633fe5da4 /frida_mode/src/instrument
parentd73b400704aa5cc75616a3b3ab9cc90d16759692 (diff)
downloadafl++-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.c2
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>