1
0
mirror of https://github.com/php/php-src.git synced 2026-03-25 16:52:18 +01:00

changing the windows style directory seperator in netinet\in.h to netinet/in.h

This commit is contained in:
Anantha Kesari H Y
2005-03-11 10:49:24 +00:00
parent ae82f51fc0
commit 3f5f747d90

View File

@@ -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 */