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-analyze.c | |
parent | 7cb0658b0091ecae9458c250505a05d1402a4fc8 (diff) | |
download | afl++-d3d0682310b840b027083133837bcd9be0638281.tar.gz |
seperated the forkserver from afl-fuzz and afl-tmin
Diffstat (limited to 'afl-analyze.c')
-rw-r--r-- | afl-analyze.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/afl-analyze.c b/afl-analyze.c index af93150e..18b7456d 100644 --- a/afl-analyze.c +++ b/afl-analyze.c @@ -26,7 +26,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> |