diff options
author | Andy Dougherty <doughera@lafayette.edu> | 1999-06-16 10:40:09 -0400 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-07-27 06:48:40 +0000 |
commit | 72d0d2ff8e3f74c698f71a78043a8eb7b8aa05d0 (patch) | |
tree | 27b9887fd76690f25b959726680cc03a9075bb43 /ext/SDBM_File | |
parent | 6170680bfd1817febf6b13f65734e3e2e6e3f9bf (diff) | |
download | perl-72d0d2ff8e3f74c698f71a78043a8eb7b8aa05d0.tar.gz |
Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3
Message-Id: <Pine.GSU.4.05.9906161435390.248-100000@newton.phys>
p4raw-id: //depot/perl@3787
Diffstat (limited to 'ext/SDBM_File')
-rw-r--r-- | ext/SDBM_File/sdbm/sdbm.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ext/SDBM_File/sdbm/sdbm.h b/ext/SDBM_File/sdbm/sdbm.h index c3c2a6d59b..86ba82d82f 100644 --- a/ext/SDBM_File/sdbm/sdbm.h +++ b/ext/SDBM_File/sdbm/sdbm.h @@ -99,8 +99,12 @@ extern long sdbm_hash proto((char *, int)); #define dbm_clearerr sdbm_clearerr #endif -/* Most of the following is stolen from perl.h. */ +/* Most of the following is stolen from perl.h. We don't include + perl.h here because we just want the portability parts of perl.h, + not everything else. +*/ #ifndef H_PERL /* Include guard */ +#include "embed.h" /* Follow all the global renamings. */ /* * The following contortions are brought to you on behalf of all the |