Put back the cygwin32 Configure fix of 3582 undone by 3597.
[p5sagit/p5-mst-13.2.git] / ext / DB_File / typemap
index 29dc778..8e4dacb 100644 (file)
@@ -22,7 +22,7 @@ T_dbtkeydatum
            DBT_flags($var);
        }
        else {
-           Value =  GetRecnoKey(db, SvIV($arg)) ; 
+           Value =  GetRecnoKey(aTHX_ db, SvIV($arg)) ; 
            $var.data = & Value; 
            $var.size = (int)sizeof(recno_t);
            DBT_flags($var);