]> granicus.if.org Git - apache/commitdiff
* Add missing include to fix compiler warnings
authorRuediger Pluem <rpluem@apache.org>
Thu, 16 Apr 2009 20:00:14 +0000 (20:00 +0000)
committerRuediger Pluem <rpluem@apache.org>
Thu, 16 Apr 2009 20:00:14 +0000 (20:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@765735 13f79535-47bb-0310-9956-ffa450edef68

modules/cluster/mod_heartmonitor.c

index 2a5a40fa45978d22a9c4507b040bc5fa8be10f59..c401679b05261523f2d076db534713b55f0cf945 100644 (file)
@@ -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"