$NetBSD: patch-ae,v 1.1.1.1 2000/09/05 09:18:21 jlam Exp $ --- perl.h.orig Sun Mar 19 00:45:33 2000 +++ perl.h @@ -486,6 +486,15 @@ # include #endif +/* needed for IAMSUID case for 4.4BSD systems + * XXX there should probably be a Configure variable + */ + +#ifdef I_SYS_PARAM +#if (defined (BSD) && (BSD >= 199306)) +# include +#endif /* !BSD */ +#endif /* !I_SYS_PARAM */ /* Use all the "standard" definitions? */ #if defined(STANDARD_C) && defined(I_STDLIB)