From d425f60260236292a1f186e09344e20d108e72f2 Mon Sep 17 00:00:00 2001 From: Amr Mostafa Date: Sat, 17 Oct 2009 14:18:18 +0200 Subject: [PATCH] Added include for apr_strings.h (gets rid of some warnings) --- mod_log_performance.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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