From: Richard M. Stallman Date: Sun, 25 Aug 1996 02:27:24 +0000 (+0000) Subject: Include des.h krb.h with no dir name if SOLARIS2. X-Git-Tag: emacs-20.1~4025 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=40f28099422ddd7dae44ef8b9be5dd441baee3df;p=emacs.git Include des.h krb.h with no dir name if SOLARIS2. --- diff --git a/lib-src/pop.c b/lib-src/pop.c index 4bd1d98beba..69c330b21c6 100644 --- a/lib-src/pop.c +++ b/lib-src/pop.c @@ -75,8 +75,13 @@ extern struct servent *hes_getservbyname (/* char *, char * */); #ifdef KERBEROS #ifndef KRB5 +#ifdef SOLARIS2 #include #include +#else /* SOLARIS2 */ +#include +#include +#endif /* SOLARIS2 */ #else /* KRB5 */ #include #include