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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/win32/sendmail.c b/win32/sendmail.c index d5b1527fbd..cb7f78a336 100644 --- a/win32/sendmail.c +++ b/win32/sendmail.c @@ -24,10 +24,10 @@ #include #ifndef NETWARE #include +#include "time.h" #else /* NETWARE */ -#include +#include #endif /* NETWARE */ -#include "time.h" #include #include #ifndef NETWARE -- 2.50.1