blob: 3d5efa25dc68293f7c443d5d9a7f45115d3b84bd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- pine/pine.c.orig Tue Aug 7 15:52:00 2001
+++ pine/pine.c Fri Sep 28 00:51:54 2001
@@ -40,7 +40,7 @@
----------------------------------------------------------------------*/
#include "headers.h"
-#include "../c-client/imap4r1.h"
+#include "c-client/imap4r1.h"
/*
@@ -361,7 +361,7 @@
#endif
/*------- Set up c-client drivers -------*/
-#include "../c-client/linkage.c"
+#include "c-client/linkage.c"
/*
* Lookups of long login names which don't exist are very slow in aix.
* This would normally get set in system-wide config if not needed.
|