about summary refs log tree commit diff
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-08-27 18:49:58 +0200
committervan Hauser <vh@thc.org>2019-08-27 18:49:58 +0200
commit0d001c09c3cf23f087623e0fec438ed3a4237ce9 (patch)
tree8b502df2a87c7ca6848fc6f2f4888be1f6f1caf0
parentcd259fe1180e39fe311abe48f32675f9feb72cb2 (diff)
downloadafl++-0d001c09c3cf23f087623e0fec438ed3a4237ce9.tar.gz
fix to compile llvm_mode
-rw-r--r--llvm_mode/afl-clang-fast.c2
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>