1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

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
This commit is contained in:
Bradley Nicholes
2002-09-20 15:28:13 +00:00
parent 551b738f52
commit e94bcc5135

View File

@@ -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"