Missing header for ap_hook_pre_connection
authorJacob Welsh <jwelsh@sinenomine.net>
Tue, 29 Oct 2013 23:04:49 +0000 (19:04 -0400)
committerJacob Welsh <jwelsh@sinenomine.net>
Tue, 29 Oct 2013 23:04:49 +0000 (19:04 -0400)
mod_waklog.c

index 32bbaa7..8a9b0db 100644 (file)
@@ -45,6 +45,7 @@ module waklog_module;
 
 /********************* APACHE2 ******************************************************************************/
 #else
+#include "http_connection.h"
 #include <apr_strings.h>
 #include <apr_base64.h>
 #define ap_pcalloc apr_pcalloc