From: Anantha Kesari H Y Date: Fri, 11 Mar 2005 10:48:06 +0000 (+0000) Subject: time.h is available in NetWare LibC. X-Git-Tag: php-5.0.4RC1~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ae82f51fc0b32670375502cbbad91e77ca942b10;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