diff options
Diffstat (limited to 'mail/sylpheed-claws')
-rw-r--r-- | mail/sylpheed-claws/files/patch-src_etpan_imap-thread.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/sylpheed-claws/files/patch-src_etpan_imap-thread.c b/mail/sylpheed-claws/files/patch-src_etpan_imap-thread.c new file mode 100644 index 000000000000..43316bb10fb2 --- /dev/null +++ b/mail/sylpheed-claws/files/patch-src_etpan_imap-thread.c @@ -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> |