aboutsummaryrefslogtreecommitdiff
path: root/mail/mailsync/files/patch-mailsync.c
blob: 1fa875fbd6f26e9d458a247d8a19c194af5bbcd7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- 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  -------------------------------