From: Anantha Kesari H Y Date: Fri, 25 Feb 2005 05:57:41 +0000 (+0000) Subject: time.h is available in NetWare LibC. X-Git-Tag: RELEASE_0_3~194 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=147dab1b577fc349d54e06bf069f3236ea8f80cd;p=php time.h is available in NetWare LibC. path sperator has been changed from \ to / while including netware\sendmail_nw.h --- 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