We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
#include
1 parent 3abe4fa commit d07d521Copy full SHA for d07d521
1 file changed
include/fused.h
@@ -1,5 +1,7 @@
1
#pragma once
2
3
+#include <mruby.h>
4
+
5
#define NOTFOUND_ERROR_MESSAGE "cannot load such file -- %s"
6
#define INVALIDPATH_ERROR_MESSAGE "path cannot have \".\" or \"..\" when in fused mode"
7
#define E_LOAD_ERROR (mrb_class_get(mrb, "LoadError"))
0 commit comments