summaryrefslogtreecommitdiffhomepage
path: root/oss-fuzz/proto_to_ruby.h
diff options
context:
space:
mode:
authorBhargava Shastry <[email protected]>2020-11-01 13:24:03 +0100
committerBhargava Shastry <[email protected]>2020-11-01 13:24:03 +0100
commitb5e4e283e8b1bd8a6a3cf1a8d61ebe2cb5ee05c2 (patch)
tree7dbd5bb9abcad985bb11166a1e0c1cceefaecd2c /oss-fuzz/proto_to_ruby.h
parentf000856d686f03090c8919b653d96afcb7eae742 (diff)
downloadmruby-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.h2
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