]> git.pond.sub.org Git - empserver/commitdiff
(in.h, inet.h) [_WIN32]: Switch <sys/socket.h> to "sys/socket.h" so all
authorRon Koenderink <rkoenderink@yahoo.ca>
Wed, 29 Aug 2007 23:00:55 +0000 (23:00 +0000)
committerRon Koenderink <rkoenderink@yahoo.ca>
Wed, 29 Aug 2007 23:00:55 +0000 (23:00 +0000)
files in w32 library use a local file access for include files in or under w32.

src/lib/w32/arpa/inet.h
src/lib/w32/netinet/in.h

index 5f403d0c78f72692a8eec95508b3bf9c98226b7e..4f94f430ed05fe956921a3f1c8dab6df3be8b284 100644 (file)
@@ -34,7 +34,7 @@
 #ifndef ARPA_INET_H
 #define ARPA_INET_H
 
-#include <sys/socket.h>
+#include "sys/socket.h"
 
 extern const char *inet_ntop(int af, const void *src, char *dst,
                             socklen_t cnt);
index 1899ec3ac2385919aa3e3d9128d399efde521262..e5a3de633df135e2f3cbb5cd41aac76bc3552337 100644 (file)
@@ -34,5 +34,5 @@
 #ifndef NETINET_IN_H
 #define NETINET_IN_H
 
-#include <sys/socket.h>
+#include "sys/socket.h"
 #endif /* NETINET_IN_H */