1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

Ooops, I forgot to add this patch in the update to 1.9.13...

This commit is contained in:
Alexander Leidinger 2005-07-30 11:01:08 +00:00
parent 79483b93f0
commit d36cacff75
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140464
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- src/etpan/imap-thread.c.orig Sat Jul 30 11:57:41 2005
+++ src/etpan/imap-thread.c Sat Jul 30 11:58:06 2005
@@ -8,6 +8,7 @@
#include <imap.h>
#include <sys/types.h>
#include <sys/stat.h>
+#include <sys/socket.h>
#include <fcntl.h>
#include <sys/mman.h>
#include <sys/wait.h>

View File

@ -0,0 +1,10 @@
--- src/etpan/imap-thread.c.orig Sat Jul 30 11:57:41 2005
+++ src/etpan/imap-thread.c Sat Jul 30 11:58:06 2005
@@ -8,6 +8,7 @@
#include <imap.h>
#include <sys/types.h>
#include <sys/stat.h>
+#include <sys/socket.h>
#include <fcntl.h>
#include <sys/mman.h>
#include <sys/wait.h>