about summary refs log tree commit diff
path: root/sharedmem.c
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-08-23 12:42:11 +0200
committerGitHub <noreply@github.com>2019-08-23 12:42:11 +0200
commitb79adc01fa782c962aa1915e0484f63f0ebb7043 (patch)
tree48a79f2b96f3758a50d5b3e78b8014bf27cc802b /sharedmem.c
parent790d717543ae415ee30224644dd45fa408bba0c5 (diff)
parenta51d4227b6c1a6fec2a471aa9497b6d8201411ae (diff)
downloadafl++-b79adc01fa782c962aa1915e0484f63f0ebb7043.tar.gz
Merge pull request #28 from JoeyJiao/mine_android
Port for Android
Diffstat (limited to 'sharedmem.c')
-rw-r--r--sharedmem.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sharedmem.c b/sharedmem.c
index 3fd38444..ce3b76e6 100644
--- a/sharedmem.c
+++ b/sharedmem.c
@@ -4,6 +4,9 @@
 
 #define AFL_MAIN
 
+#ifdef __ANDROID__
+  #include "android-ashmem.h"
+#endif
 #include "config.h"
 #include "types.h"
 #include "debug.h"