From 147dab1b577fc349d54e06bf069f3236ea8f80cd Mon Sep 17 00:00:00 2001 From: Anantha Kesari H Y Date: Fri, 25 Feb 2005 05:57:41 +0000 Subject: [PATCH] time.h is available in NetWare LibC. path sperator has been changed from \ to / while including netware\sendmail_nw.h --- win32/sendmail.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/win32/sendmail.c b/win32/sendmail.c index d5b1527fbd7..cb7f78a336a 100644 --- a/win32/sendmail.c +++ b/win32/sendmail.c @@ -24,10 +24,10 @@ #include #ifndef NETWARE #include -#else /* NETWARE */ -#include -#endif /* NETWARE */ #include "time.h" +#else /* NETWARE */ +#include +#endif /* NETWARE */ #include #include #ifndef NETWARE