summaryrefslogtreecommitdiff
path: root/dev-util/bpftrace/files/bpftrace-0.14.0-fuzzing.patch
blob: 6c759a9e1ca1245152238583abbf0bffc44de87a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
https://github.com/iovisor/bpftrace/pull/2059
--- a/src/fuzz_main.cpp
+++ b/src/fuzz_main.cpp
@@ -17,12 +17,12 @@
 #include <unistd.h>

 #include "ast/bpforc/bpforc.h"
-#include "ast/clang_parser.h"
+#include "clang_parser.h"
 #include "ast/passes/callback_visitor.h"
 #include "ast/passes/field_analyser.h"
 #include "ast/passes/semantic_analyser.h"
 #include "bpftrace.h"
-#include "codegen_llvm.h"
+#include "ast/passes/codegen_llvm.h"
 #include "driver.h"
 #include "log.h"
 #include "output.h"