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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user