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

--- src/exim_dumpdb.c.orig	2006-02-12 21:30:01.000000000 +0100
+++ src/exim_dumpdb.c
@@ -14,7 +14,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"