about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2012-01-08 03:35:30 +0000
committerEric Wong <normalperson@yhbt.net>2012-01-08 03:35:30 +0000
commitd9fe99171c191c55240d756fbc498d82e419f13a (patch)
tree1ddaaa67536a44198e56a8792f9f42ec3bfee6a5
parent0dc3909d2ac0f711f038c7a387a9a1da2d5fcb62 (diff)
downloadkgio-d9fe99171c191c55240d756fbc498d82e419f13a.tar.gz
Apparently the old Ruby 1.8.6 installation lying around isn't
old enough.
-rw-r--r--ext/kgio/tryopen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/kgio/tryopen.c b/ext/kgio/tryopen.c
index 85bbbc2..6b63673 100644
--- a/ext/kgio/tryopen.c
+++ b/ext/kgio/tryopen.c
@@ -15,6 +15,7 @@
 #include <sys/stat.h>
 #include <fcntl.h>
 #include "set_file_path.h"
+#include "ancient_ruby.h"
 
 static ID id_for_fd, id_to_path, id_path;
 static st_table *errno2sym;