diff options
author | van Hauser <vh@thc.org> | 2019-08-19 12:54:55 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2019-08-19 12:54:55 +0200 |
commit | d3d0682310b840b027083133837bcd9be0638281 (patch) | |
tree | f2ae082998937985ec14a3df10c0d7a94d9369ec /afl-showmap.c | |
parent | 7cb0658b0091ecae9458c250505a05d1402a4fc8 (diff) | |
download | afl++-d3d0682310b840b027083133837bcd9be0638281.tar.gz |
seperated the forkserver from afl-fuzz and afl-tmin
Diffstat (limited to 'afl-showmap.c')
-rw-r--r-- | afl-showmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/afl-showmap.c b/afl-showmap.c index af3b36ee..96b7b5e0 100644 --- a/afl-showmap.c +++ b/afl-showmap.c @@ -28,7 +28,7 @@ #include "debug.h" #include "alloc-inl.h" #include "hash.h" -#include "sharedmem.h" +#include "afl-sharedmem.h" #include "afl-common.h" #include <stdio.h> |