ports/mail/mailsync/files/patch-mailsync.c
Pav Lucistnik d12909dc3e - Unset USE_GCC=2.95 and add patch to fix build with gcc 3.x
- Respect CFLAGS
- Portlint

PR:		ports/69022
Submitted by:	Andrey Slusar <vasallia@ukr.net>
2004-07-14 15:46:55 +00:00

22 lines
525 B
C

--- mailsync.c.orig Thu Nov 7 12:05:46 2002
+++ mailsync.c Wed Jul 14 03:52:22 2004
@@ -20,6 +20,7 @@
extern int errno; // Just in case
#include <sys/stat.h> // Stat()
+#include <cassert>
#include <string>
#include <set>
#include <map>
@@ -30,8 +31,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 -------------------------------