freebsd-ports/mail/flink/files/patch-src_poplib.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
327 B
C

--- src/poplib.c.ori Tue Aug 27 00:46:06 2002
+++ src/poplib.c Tue Aug 27 00:46:17 2002
@@ -20,8 +20,8 @@
*
***************************************************************************/
-#include <sys/socket.h>
#include <sys/types.h>
+#include <sys/socket.h>
#include <string.h>
#include <unistd.h>
#include <netdb.h>