summaryrefslogtreecommitdiff
path: root/ext/sdbm/_sdbm.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-26 14:32:22 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-03-26 14:32:22 +0000
commit598684944857eac0113fb2ae8e33d3be66931b65 (patch)
tree9cbcc213d3239faf262d2d0b6ab2b7de348f6e46 /ext/sdbm/_sdbm.c
parent8eee0060f563ebf3d35d91d560944d4dfe648eb0 (diff)
* 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/trunk@23072 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/sdbm/_sdbm.c')
-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 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