From b106414fe2a76f338b54570397d16821e4a8c47b Mon Sep 17 00:00:00 2001
From: Lars Kanis <lars@greiz-reinsdorf.de>
Date: Fri, 28 Oct 2011 22:14:39 +0200
Subject: [PATCH] add missing require

---
 Rakefile.cross | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Rakefile.cross b/Rakefile.cross
index 1cecb7a..5ea8734 100644
--- a/Rakefile.cross
+++ b/Rakefile.cross
@@ -6,7 +6,8 @@ require 'hoe'
 require 'rake/extensiontask'
 require 'rake/extensioncompiler'
 require 'uri'
-require "rbconfig"
+require 'rbconfig'
+require 'pathname'
 
 ENV['RUBY_CC_VERSION'] ||= '1.8.7:1.9.2'
 
-- 
GitLab