summaryrefslogtreecommitdiff
path: root/mail/exim3/patches/patch-ak
blob: 8023f2cc57cb4bcda0d13387a8ebe7c981002a69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ak,v 1.1 2006/02/13 23:20:32 joerg Exp $

--- src/exim_fixdb.c.orig	2006-02-12 21:27:24.000000000 +0100
+++ src/exim_fixdb.c
@@ -18,7 +18,7 @@
 #include <sys/stat.h>
 
 #include <pwd.h>                  /* Because used in includes below */
-#include "pcre/pcre.h"            /* Ditto */
+#include <pcre.h>                 /* Ditto */
 #define  MAXPACKET 1024           /* Ditto */
 
 #include "macros.h"