freebsd-ports/mail/mailsync/files/patch-mailsync.c
Oliver Braun c19d348710 Add mailsync 4.4.4, mailsync is a way of keeping a collection of mailboxes
synchronized.

PR:		ports/48601
Submitted by:	Maxim Tulyuk <mt@primats.org.ua>
2003-02-27 19:54:58 +00:00

13 lines
342 B
C

--- mailsync.c.orig Thu Nov 7 12:05:46 2002
+++ mailsync.c Mon Feb 3 22:59:09 2003
@@ -30,8 +30,8 @@
using std::vector;
using std::make_pair;
-#include "c-client.h"
-#include "flstring.h"
+#include <c-client.h>
+#include <flstring.h>
#include "msgstring.c"
//------------------------------- Defines -------------------------------