diff options
Diffstat (limited to 'mail/libesmtp/patches/patch-aa')
-rw-r--r-- | mail/libesmtp/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/libesmtp/patches/patch-aa b/mail/libesmtp/patches/patch-aa new file mode 100644 index 00000000000..7f851a2af52 --- /dev/null +++ b/mail/libesmtp/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.3 2006/02/16 18:23:31 joerg Exp $ + +--- headers.c.orig 2006-02-16 18:13:04.000000000 +0000 ++++ headers.c +@@ -33,6 +33,7 @@ + #include <unistd.h> + #include <time.h> + #include <errno.h> ++#include <sys/time.h> + + #include <missing.h> + |