blob: d98569f4db640efa9fd706f191938981c3c38a9b (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- http_client.c.orig Fri Dec 17 00:27:43 2004
+++ http_client.c Wed Feb 2 21:33:28 2005
@@ -37,6 +37,7 @@
# include <sys/socket.h>
# include <sys/select.h>
# include <netdb.h>
+# include <netinet/in.h>
# include <fcntl.h>
#elif defined(SYSTEM_WIN32)
# include <winsock2.h>
|