Skip to content

Commit d07d521

Browse files
committed
#include the MRuby header here too otherwise we'll get error on the
types
1 parent 3abe4fa commit d07d521

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

include/fused.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#pragma once
22

3+
#include <mruby.h>
4+
35
#define NOTFOUND_ERROR_MESSAGE "cannot load such file -- %s"
46
#define INVALIDPATH_ERROR_MESSAGE "path cannot have \".\" or \"..\" when in fused mode"
57
#define E_LOAD_ERROR (mrb_class_get(mrb, "LoadError"))

0 commit comments

Comments
 (0)