diff options
author | van Hauser <vh@thc.org> | 2019-08-27 18:49:58 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2019-08-27 18:49:58 +0200 |
commit | 0d001c09c3cf23f087623e0fec438ed3a4237ce9 (patch) | |
tree | 8b502df2a87c7ca6848fc6f2f4888be1f6f1caf0 | |
parent | cd259fe1180e39fe311abe48f32675f9feb72cb2 (diff) | |
download | afl++-0d001c09c3cf23f087623e0fec438ed3a4237ce9.tar.gz |
fix to compile llvm_mode
-rw-r--r-- | llvm_mode/afl-clang-fast.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm_mode/afl-clang-fast.c b/llvm_mode/afl-clang-fast.c index a4bb7539..28a9a853 100644 --- a/llvm_mode/afl-clang-fast.c +++ b/llvm_mode/afl-clang-fast.c @@ -26,7 +26,7 @@ #include "../config.h" #include "../types.h" #include "../debug.h" -#include "../alloc-inl.h" +#include "../include/alloc-inl.h" #include <stdio.h> #include <unistd.h> |