freebsd-ports/devel/libopendaap/files/patch-http_client.c
2005-02-03 02:37:56 +00:00

10 lines
282 B
C

--- 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>