freebsd-ports/net-im/ayttm/files/patch-libproxy__ssl_certificate.c
Danilo Egea Gondolfo f111ce1e14 - Update from 0.5.0.111 to 0.6.3
- Update MASTER_SITES
- Add textproc/enchant to LIB_DEPENDS
- Remove AIM_TOC and ICQ_TOC options
- Add YAHOO option
- Add gettext and iconv to USES

PR:		ports/185323
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2014-01-03 22:59:56 +00:00

12 lines
279 B
C

--- libproxy/ssl_certificate.c.orig
+++ libproxy/ssl_certificate.c
@@ -24,6 +24,9 @@
#include <glib.h>
#include "ssl_certificate.h"
#ifndef __MINGW32__
+#include <sys/socket.h>
+#include <netinet/in.h>
+#include <arpa/inet.h>
#include <netdb.h>
#else
#include <winsock2.h>