summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-04-19 13:34:30 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-04-19 13:34:30 +0000
commitccb45a9b730a41429911421bd67a9313b76eeb2d (patch)
tree5965fe8e0235f3d7f2f0123abdbf02303ea2442d /ext
parentf295d2e894f70a68c0229e6897309098c8256a34 (diff)
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: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@23225 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-rw-r--r--ext/sdbm/_sdbm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/sdbm/_sdbm.c b/ext/sdbm/_sdbm.c
index 5668c2c18..b3a598dbc 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