mrb_sys_fail() is declared in src/error.h

This commit is contained in:
Tomoyuki Sahara
2013-05-21 14:03:10 +09:00
parent cfe18142cb
commit 4bebd4d70f
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -1,4 +1,6 @@
MRuby::Gem::Specification.new('mruby-socket') do |spec|
spec.license = 'MIT'
spec.authors = 'Internet Initiative Japan'
spec.cc.include_paths << "#{build.root}/src"
end
+1
View File
@@ -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"))