# HG changeset patch # User Richard M. Stallman # Date 840940044 0 # Node ID 645e96bad5ad790ba99fe5f660f1a741b80404f9 # Parent b0399aedfcfe264b200010fee6238e99a0ee64d2 Include des.h krb.h with no dir name if SOLARIS2. diff -r b0399aedfcfe -r 645e96bad5ad lib-src/pop.c --- a/lib-src/pop.c Sun Aug 25 02:19:28 1996 +0000 +++ b/lib-src/pop.c Sun Aug 25 02:27:24 1996 +0000 @@ -75,8 +75,13 @@ #ifdef KERBEROS #ifndef KRB5 +#ifdef SOLARIS2 #include #include +#else /* SOLARIS2 */ +#include +#include +#endif /* SOLARIS2 */ #else /* KRB5 */ #include #include