Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/mail/asmail/files/patch-socklib.h
18157 views
1
--- socklib.h.orig Wed Feb 28 03:19:38 2007
2
+++ socklib.h Wed Apr 11 00:42:44 2007
3
@@ -14,8 +14,10 @@
4
#define MG_SOCKLIB_H
5
6
#include "config.h"
7
-#include <netinet/in.h>
8
#include <sys/types.h>
9
+#include <sys/socket.h>
10
+#include <netinet/in.h>
11
+#include <arpa/inet.h>
12
#ifdef HAVE_OPENSSL_SSL_H
13
#include <openssl/ssl.h>
14
#include <openssl/bio.h>
15
16