diff options
author | van Hauser <vh@thc.org> | 2021-01-20 14:00:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-20 14:00:26 +0100 |
commit | b9e855b7b5ef3d7f367b32ee03459a9f5b21360f (patch) | |
tree | 4689cb46e0d543af889609e260b1ff03455a2701 /src/afl-showmap.c | |
parent | 2cd3010f824fe35b68fbdfbba832357e952bf9d6 (diff) | |
parent | 02079d8ef9c1661e4badd464ebcd7668e88118fc (diff) | |
download | afl++-b9e855b7b5ef3d7f367b32ee03459a9f5b21360f.tar.gz |
Merge pull request #695 from joeyjiaojg/dev
Fix Porting of AFLplusplus for Android
Diffstat (limited to 'src/afl-showmap.c')
-rw-r--r-- | src/afl-showmap.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/afl-showmap.c b/src/afl-showmap.c index 5c9d38e0..6d95fc1d 100644 --- a/src/afl-showmap.c +++ b/src/afl-showmap.c @@ -31,9 +31,6 @@ #define AFL_MAIN -#ifdef __ANDROID__ - #include "android-ashmem.h" -#endif #include "config.h" #include "types.h" #include "debug.h" |