summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnantha Kesari H Y <hyanantha@php.net>2005-03-11 10:48:06 +0000
committerAnantha Kesari H Y <hyanantha@php.net>2005-03-11 10:48:06 +0000
commitae82f51fc0b32670375502cbbad91e77ca942b10 (patch)
tree579a5d3b5cee28ea2046d8eaad16cf348cc17a7f
parentbfb55aa96d28ff1438b27ae0ce0b32957bd17cd8 (diff)
downloadphp-git-ae82f51fc0b32670375502cbbad91e77ca942b10.tar.gz
time.h is available in NetWare LibC.
path sperator has been changed from \ to / while including netware\sendmail_nw.h
-rw-r--r--win32/sendmail.c4
1 files 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 <stdlib.h>
#ifndef NETWARE
#include <winsock2.h>
+#include "time.h"
#else /* NETWARE */
-#include <netware\sendmail_nw.h>
+#include <netware/sendmail_nw.h>
#endif /* NETWARE */
-#include "time.h"
#include <string.h>
#include <math.h>
#ifndef NETWARE