diff options
| author | Bhargava Shastry <[email protected]> | 2020-11-01 13:24:03 +0100 |
|---|---|---|
| committer | Bhargava Shastry <[email protected]> | 2020-11-01 13:24:03 +0100 |
| commit | b5e4e283e8b1bd8a6a3cf1a8d61ebe2cb5ee05c2 (patch) | |
| tree | 7dbd5bb9abcad985bb11166a1e0c1cceefaecd2c /oss-fuzz/proto_to_ruby.h | |
| parent | f000856d686f03090c8919b653d96afcb7eae742 (diff) | |
| download | mruby-b5e4e283e8b1bd8a6a3cf1a8d61ebe2cb5ee05c2.tar.gz mruby-b5e4e283e8b1bd8a6a3cf1a8d61ebe2cb5ee05c2.zip | |
ossfuzz: Fix mruby include paths
Diffstat (limited to 'oss-fuzz/proto_to_ruby.h')
| -rw-r--r-- | oss-fuzz/proto_to_ruby.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oss-fuzz/proto_to_ruby.h b/oss-fuzz/proto_to_ruby.h index 01f9d68bb..355c42839 100644 --- a/oss-fuzz/proto_to_ruby.h +++ b/oss-fuzz/proto_to_ruby.h @@ -4,7 +4,7 @@ #include <ostream> #include <sstream> #include <stack> -#include "ruby.pb.h" +#include <ruby.pb.h> namespace ruby_fuzzer { class protoConverter |
