From 72d0d2ff8e3f74c698f71a78043a8eb7b8aa05d0 Mon Sep 17 00:00:00 2001 From: Andy Dougherty Date: Wed, 16 Jun 1999 10:40:09 -0400 Subject: [PATCH] Re: [ID 19990608.003] my_bcopy problem; Unixware 2.0.3 Message-Id: p4raw-id: //depot/perl@3787 --- ext/SDBM_File/sdbm/sdbm.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ext/SDBM_File/sdbm/sdbm.h b/ext/SDBM_File/sdbm/sdbm.h index c3c2a6d..86ba82d 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 -- 2.7.4