about summary refs log tree commit diff
path: root/frida_mode/src/lib.c
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-04-28 12:57:29 +0200
committervanhauser-thc <vh@thc.org>2021-04-28 12:57:29 +0200
commitda65eef57279dae7b652c40bdb31bc6cd749f63d (patch)
tree53fc32895fc73d0d742805006077220dd5971ce5 /frida_mode/src/lib.c
parentdde0538b484df627dac14ff030dd09f55c78558e (diff)
downloadafl++-da65eef57279dae7b652c40bdb31bc6cd749f63d.tar.gz
fix frida mode
Diffstat (limited to 'frida_mode/src/lib.c')
-rw-r--r--frida_mode/src/lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/frida_mode/src/lib.c b/frida_mode/src/lib.c
index 326d4819..6e27c170 100644
--- a/frida_mode/src/lib.c
+++ b/frida_mode/src/lib.c
@@ -1,6 +1,6 @@
 #include <elf.h>
 #include <fcntl.h>
-#include <linux/limits.h>
+#include <limits.h>
 #include <stdio.h>
 #include <sys/mman.h>
 #include <unistd.h>