Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 78637 invoked from network); 16 Apr 2009 20:00:38 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Apr 2009 20:00:38 -0000 Received: (qmail 53828 invoked by uid 500); 16 Apr 2009 20:00:38 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 53737 invoked by uid 500); 16 Apr 2009 20:00:38 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 53728 invoked by uid 99); 16 Apr 2009 20:00:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Apr 2009 20:00:38 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Apr 2009 20:00:36 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id BD18C23889C4; Thu, 16 Apr 2009 20:00:14 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r765735 - /httpd/httpd/trunk/modules/cluster/mod_heartmonitor.c Date: Thu, 16 Apr 2009 20:00:14 -0000 To: cvs@httpd.apache.org From: rpluem@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090416200014.BD18C23889C4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rpluem Date: Thu Apr 16 20:00:14 2009 New Revision: 765735 URL: http://svn.apache.org/viewvc?rev=765735&view=rev Log: * Add missing include to fix compiler warnings Modified: httpd/httpd/trunk/modules/cluster/mod_heartmonitor.c Modified: httpd/httpd/trunk/modules/cluster/mod_heartmonitor.c URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/cluster/mod_heartmonitor.c?rev=765735&r1=765734&r2=765735&view=diff ============================================================================== --- httpd/httpd/trunk/modules/cluster/mod_heartmonitor.c (original) +++ httpd/httpd/trunk/modules/cluster/mod_heartmonitor.c Thu Apr 16 20:00:14 2009 @@ -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"