Commit 4bebd4d7 authored by Tomoyuki Sahara's avatar Tomoyuki Sahara

mrb_sys_fail() is declared in src/error.h

parent cfe18142
MRuby::Gem::Specification.new('mruby-socket') do |spec|
spec.license = 'MIT'
spec.authors = 'Internet Initiative Japan'
spec.cc.include_paths << "#{build.root}/src"
end
......@@ -22,6 +22,7 @@
#include "mruby/string.h"
#include "mruby/variable.h"
#include "mruby/ext/io.h"
#include "error.h"
#define E_SOCKET_ERROR (mrb_class_get(mrb, "SocketError"))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment