Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/mail/balsa/files/patch-libbalsa_imap_imap-handle.c
16149 views
1
--- libbalsa/imap/imap-handle.c.orig Sun May 1 17:37:58 2005
2
+++ libbalsa/imap/imap-handle.c Tue May 3 01:39:13 2005
3
@@ -23,6 +23,7 @@
4
5
#include <sys/types.h>
6
#include <sys/socket.h>
7
+#include <netinet/in.h>
8
#include <netdb.h>
9
#include <glib.h>
10
#include <glib-object.h>
11
12