pkgsrc/mail/exim3/patches/patch-ak
2006-02-13 23:20:32 +00:00

13 lines
419 B
Text

$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"