aboutsummaryrefslogtreecommitdiff
path: root/src/afl-showmap.c
diff options
context:
space:
mode:
authorAndrea Fioraldi <andreafioraldi@gmail.com>2019-08-30 12:13:51 +0200
committerAndrea Fioraldi <andreafioraldi@gmail.com>2019-08-30 12:13:51 +0200
commit5036cb54ccc3f4dcc261e124e9cf0146a06592c2 (patch)
tree42ca0eefcb907b606da00046367fc1e665a2c44f /src/afl-showmap.c
parent2eeb07d164cb7874a64a48bd9c1bf4112636ac43 (diff)
parenteadd378f6c54a7e021985bca041d9642fff41034 (diff)
downloadafl++-5036cb54ccc3f4dcc261e124e9cf0146a06592c2.tar.gz
update with changes from master
Diffstat (limited to 'src/afl-showmap.c')
-rw-r--r--src/afl-showmap.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/afl-showmap.c b/src/afl-showmap.c
index 66c77094..ee00bf22 100644
--- a/src/afl-showmap.c
+++ b/src/afl-showmap.c
@@ -23,6 +23,9 @@
#define AFL_MAIN
+#ifdef __ANDROID__
+ #include "android-ashmem.h"
+#endif
#include "config.h"
#include "types.h"
#include "debug.h"