summaryrefslogtreecommitdiff
path: root/devel/libopendaap/files/patch-http_client.c
blob: d6141f2a3facea0ccebd003ef5c3a817368b884a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- http_client.c.orig	Wed Aug  4 20:11:25 2004
+++ http_client.c	Wed Aug  4 20:12:06 2004
@@ -37,6 +37,7 @@
 # include <sys/socket.h>
 # include <sys/select.h>
 # include <netdb.h>
+# include <netinet/in.h>
 #elif defined(SYSTEM_WIN32)
 # include <winsock2.h>
 # include <ws2tcpip.h>