From 66ffd658fd1173de7ce24798b473d75407f83d2a Mon Sep 17 00:00:00 2001 From: yugui Date: Sun, 19 Apr 2009 13:34:30 +0000 Subject: merges r23072 from trunk into ruby_1_9_1. -- * ext/sdbm/_sdbm.c: should include "ruby/defines.h" as well for prototypes of compatibility functions on Win32 platform. [ruby-core:22870] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23225 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/sdbm/_sdbm.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ext') diff --git a/ext/sdbm/_sdbm.c b/ext/sdbm/_sdbm.c index 5668c2c184..b3a598dbc6 100644 --- a/ext/sdbm/_sdbm.c +++ b/ext/sdbm/_sdbm.c @@ -13,6 +13,7 @@ #include "sdbm.h" #include "ruby/config.h" +#include "ruby/defines.h" /* * sdbm - ndbm work-alike hashed database library -- cgit v1.2.3