diff options
author | Anantha Kesari H Y <hyanantha@php.net> | 2005-02-25 06:31:06 +0000 |
---|---|---|
committer | Anantha Kesari H Y <hyanantha@php.net> | 2005-02-25 06:31:06 +0000 |
commit | 5ecdba358cc9796a5c8f88217c7e9b82a5fa5782 (patch) | |
tree | cca8def46a60682da2918dbdaefef26d2fa4cc65 /netware | |
parent | 147dab1b577fc349d54e06bf069f3236ea8f80cd (diff) | |
download | php-git-5ecdba358cc9796a5c8f88217c7e9b82a5fa5782.tar.gz |
changing the windows style path seperator in netinet\in.h to netinet/in.h
Diffstat (limited to 'netware')
-rw-r--r-- | netware/sendmail_nw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netware/sendmail_nw.h b/netware/sendmail_nw.h index 9d0b7fb73c..d1601fba06 100644 --- a/netware/sendmail_nw.h +++ b/netware/sendmail_nw.h @@ -4,7 +4,7 @@ #include <novsock2.h> #else #include <sys/socket.h> /* For struct sockaddr, 'PF_INET' and 'AF_INET' */ -#include <netinet\in.h> /* For struct sockaddr_in */ +#include <netinet/in.h> /* For struct sockaddr_in */ #include <netdb.h> /* For struct hostent */ /*#include <ws2name.h>*/ #endif /* USE_WINSOCK */ |