summaryrefslogtreecommitdiff
path: root/build/nw_export.inc
diff options
context:
space:
mode:
authorBradley Nicholes <bnicholes@apache.org>2002-09-20 15:28:13 +0000
committerBradley Nicholes <bnicholes@apache.org>2002-09-20 15:28:13 +0000
commite94bcc5135a04a76cd2ad1ec60980500c792d3e4 (patch)
tree7dc6e1fc0eb403811c715a82a372b99578d182c3 /build/nw_export.inc
parent551b738f52188caa57668b84174a413beff18bd7 (diff)
downloadhttpd-e94bcc5135a04a76cd2ad1ec60980500c792d3e4.tar.gz
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
Diffstat (limited to 'build/nw_export.inc')
-rw-r--r--build/nw_export.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/nw_export.inc b/build/nw_export.inc
index 1d2e83f2bd..cb3e3c4776 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"