f111ce1e14
- 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>
12 lines
279 B
C
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>
|