diff --git a/mod_log_performance.c b/mod_log_performance.c index 9e96333..4d09233 100644 --- a/mod_log_performance.c +++ b/mod_log_performance.c @@ -16,10 +16,11 @@ * limitations under the License. */ -#include -#include -#include -#include +#include "httpd.h" +#include "http_config.h" +#include "apr_optional.h" +#include "apr_strings.h" +#include "mod_log_config.h" #include #include