freebsd-ports/mail/flink/files/patch-src_imaplib.c
Joe Marcus Clarke 5a1aa653d7 Add flink, a mail checker applet for GNOME 1.
PR:		42104
Submitted by:	Juan Salaverria <rael@vectorstar.net>
2002-08-28 06:58:12 +00:00

12 lines
329 B
C

--- src/imaplib.c.ori Tue Aug 27 00:48:15 2002
+++ src/imaplib.c Tue Aug 27 00:48:26 2002
@@ -15,8 +15,8 @@
*
**************************************************************************/
-#include <sys/socket.h>
#include <sys/types.h>
+#include <sys/socket.h>
#include <string.h>
#include <unistd.h>
#include <netdb.h>