diff options
| author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-06-01 02:25:28 +0000 |
|---|---|---|
| committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2001-06-01 02:25:28 +0000 |
| commit | 7f16a7d82645c444efa6f8824c432165dc43b7bc (patch) | |
| tree | e87fbfa2a57591db20a1c19a5465a2c6104dafc6 /ext | |
| parent | 5484fc755dc5d9013c1a68f589773a732153dc01 (diff) | |
| download | ruby-7f16a7d82645c444efa6f8824c432165dc43b7bc.tar.gz ruby-7f16a7d82645c444efa6f8824c432165dc43b7bc.tar.xz ruby-7f16a7d82645c444efa6f8824c432165dc43b7bc.zip | |
* configure.in: use waitpid on mingw32.
* ext/dbm/extconf.rb: include <ndbm.h>, not <gdbm.h>.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1481 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
| -rw-r--r-- | ext/dbm/extconf.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dbm/extconf.rb b/ext/dbm/extconf.rb index 06556255a..0e29eef0c 100644 --- a/ext/dbm/extconf.rb +++ b/ext/dbm/extconf.rb @@ -9,7 +9,7 @@ $dbm_conf_headers = { "db1" => ["db1/ndbm.h", "db1.h", "ndbm.h"], "db2" => ["db2/db.h", "db2.h", "db.h"], "dbm" => ["ndbm.h"], - "gdbm" => ["gdbm-ndbm.h", "gdbm.h"], + "gdbm" => ["gdbm-ndbm.h", "ndbm.h"], } def db_check(db) |
