From fc64ffe36d831c1a29a603a1a1ad50b7b68d55e8 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 5 Jun 2010 06:02:30 +0000 Subject: [PATCH] io_splice_ext: require errno.h It seems needed for Rubinius --- ext/io_splice/io_splice_ext.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/io_splice/io_splice_ext.c b/ext/io_splice/io_splice_ext.c index b089fb1..5ee5cd0 100644 --- a/ext/io_splice/io_splice_ext.c +++ b/ext/io_splice/io_splice_ext.c @@ -4,6 +4,7 @@ #else # include "rubyio.h" #endif +#include #include #include #include -- 2.11.4.GIT