freebsd-ports/mail/flink/files/patch-src_imaplib.c

13 lines
329 B
C
Raw Normal View History

--- 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>