mirror of
https://github.com/php/php-src.git
synced 2026-03-27 01:32:22 +01:00
time.h is available in NetWare LibC.
path sperator has been changed from \ to / while including netware\sendmail_nw.h
This commit is contained in:
@@ -24,10 +24,10 @@
|
||||
#include <stdlib.h>
|
||||
#ifndef NETWARE
|
||||
#include <winsock2.h>
|
||||
#else /* NETWARE */
|
||||
#include <netware\sendmail_nw.h>
|
||||
#endif /* NETWARE */
|
||||
#include "time.h"
|
||||
#else /* NETWARE */
|
||||
#include <netware/sendmail_nw.h>
|
||||
#endif /* NETWARE */
|
||||
#include <string.h>
|
||||
#include <math.h>
|
||||
#ifndef NETWARE
|
||||
|
||||
Reference in New Issue
Block a user