You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bn...@apache.org on 2005/02/14 18:27:05 UTC

svn commit: r153809 - httpd/httpd/trunk/build/nw_export.inc

Author: bnicholes
Date: Mon Feb 14 09:27:03 2005
New Revision: 153809

URL: http://svn.apache.org/viewcvs?view=rev&rev=153809
Log:
One more NetWare tweak for the PCRE shakeup

Modified:
    httpd/httpd/trunk/build/nw_export.inc

Modified: httpd/httpd/trunk/build/nw_export.inc
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/build/nw_export.inc?view=diff&r1=153808&r2=153809
==============================================================================
--- httpd/httpd/trunk/build/nw_export.inc (original)
+++ httpd/httpd/trunk/build/nw_export.inc Mon Feb 14 09:27:03 2005
@@ -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"