From: Bradley Nicholes Date: Fri, 20 Sep 2002 15:28:13 +0000 (+0000) Subject: Need to include the new ap_provider.h header in our export header list so that the X-Git-Tag: WROWE_2_0_43_PRE1~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e94bcc5135a04a76cd2ad1ec60980500c792d3e4;p=thirdparty%2Fapache%2Fhttpd.git Need to include the new ap_provider.h header in our export header list so that the AWK script will generate the correct export list. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96929 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/nw_export.inc b/build/nw_export.inc index 1d2e83f2bd7..cb3e3c4776e 100644 --- a/build/nw_export.inc +++ b/build/nw_export.inc @@ -21,6 +21,7 @@ #include "ap_listen.h" #include "ap_mmn.h" #include "ap_mpm.h" +#include "ap_provider.h" #include "ap_release.h" #include "http_config.h" #include "http_connection.h"