From: Bradley Nicholes Date: Mon, 14 Feb 2005 17:27:03 +0000 (+0000) Subject: One more NetWare tweak for the PCRE shakeup X-Git-Tag: 2.1.3~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f55f1e45ab9781a8ddcbb1fa29b70a1e6d337c8;p=thirdparty%2Fapache%2Fhttpd.git One more NetWare tweak for the PCRE shakeup git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@153809 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/nw_export.inc b/build/nw_export.inc index 50231249ffd..94d9a45a5ac 100644 --- a/build/nw_export.inc +++ b/build/nw_export.inc @@ -33,7 +33,7 @@ #include "http_request.h" #include "http_vhost.h" #include "mpm_common.h" -#include "pcreposix.h" +#include "ap_regex.h" #include "scoreboard.h" #include "util_cfgtree.h" #include "util_charset.h"