summaryrefslogtreecommitdiff
path: root/mail/ssmtp/patches/patch-ab
blob: f3c061ae60015629a66b3edf3cebc0ea052c8301 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ab,v 1.3 2013/10/24 11:31:10 jperkin Exp $

--- ssmtp.c.orig	2013-10-21 16:32:47.439696367 +0000
+++ ssmtp.c
@@ -13,6 +13,7 @@
 #define VERSION "2.64"
 #define _GNU_SOURCE
 
+#include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
 #include <sys/param.h>