summaryrefslogtreecommitdiff
path: root/www/swish-e/patches/patch-ac
blob: a1f1dd6907cdaede141d7e801bba91fcc6915861 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ac,v 1.1 2006/02/07 17:17:23 joerg Exp $

--- src/swish.h.orig	2006-02-07 17:06:14.000000000 +0000
+++ src/swish.h
@@ -120,6 +120,7 @@
 #include <dirent.h>
 
 #ifdef HAVE_PCRE
+#include <pcre.h>
 #include <pcreposix.h>
 #else
 #include <regex.h>