From: Ruediger Pluem Date: Thu, 16 Apr 2009 20:00:14 +0000 (+0000) Subject: * Add missing include to fix compiler warnings X-Git-Tag: 2.3.3~718 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d04bc77eb2c92d2422d63327b9ca7fe9a96df36;p=thirdparty%2Fapache%2Fhttpd.git * Add missing include to fix compiler warnings git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@765735 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/cluster/mod_heartmonitor.c b/modules/cluster/mod_heartmonitor.c index 2a5a40fa459..c401679b052 100644 --- a/modules/cluster/mod_heartmonitor.c +++ b/modules/cluster/mod_heartmonitor.c @@ -18,6 +18,7 @@ #include "http_config.h" #include "http_log.h" #include "http_core.h" +#include "http_protocol.h" #include "apr_strings.h" #include "apr_hash.h" #include "apr_time.h"