diff options
Diffstat (limited to 'mail/balsa/files')
-rw-r--r-- | mail/balsa/files/patch-aq | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/balsa/files/patch-aq b/mail/balsa/files/patch-aq new file mode 100644 index 000000000000..b492b32fc547 --- /dev/null +++ b/mail/balsa/files/patch-aq @@ -0,0 +1,12 @@ +--- libbalsa/send.c 2000/08/29 09:47:39 1.1 ++++ libbalsa/send.c 2000/08/29 09:47:43 +@@ -22,6 +22,9 @@ + + #include "config.h" + ++#include <sys/types.h> ++#include <sys/socket.h> ++#include <netinet/in.h> + #include <arpa/inet.h> + #include <netdb.h> + |