about summary refs log tree commit diff
path: root/afl-gotcpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'afl-gotcpu.c')
-rw-r--r--afl-gotcpu.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/afl-gotcpu.c b/afl-gotcpu.c
index 4163ad65..8c04b205 100644
--- a/afl-gotcpu.c
+++ b/afl-gotcpu.c
@@ -28,6 +28,9 @@
 #define AFL_MAIN
 #define _GNU_SOURCE
 
+#ifdef __ANDROID__
+  #include "android-ashmem.h"
+#endif
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>