Commit b3641699 authored by Felix Paul Kühne's avatar Felix Paul Kühne

* really fix the patch....

parent 3b8d262c
--- libopendaap-orig/http_client.c 2005-05-12 07:52:03.000000000 +0200 --- libopendaap-orig/http_client.c 2005-05-12 07:52:03.000000000 +0200
+++ libopendaap/http_client.c 2005-08-04 13:43:27.000000000 +0200 +++ libopendaap/http_client.c 2005-08-04 14:06:24.000000000 +0200
@@ -35,6 +35,10 @@ @@ -35,6 +35,8 @@
# include <tcpd.h> # include <tcpd.h>
#endif #endif
+#ifdef MAC_OS_X_VERSION_10_2
+# include <netinet/in.h> +# include <netinet/in.h>
+#endif
+ +
#ifdef SYSTEM_POSIX #ifdef SYSTEM_POSIX
# include <unistd.h> # include <unistd.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment