------------------------------------------------------------ revno: 13066 revision-id: squid3@treenet.co.nz-20131230105607-rdj1vyajbpwld6qd parent: squid3@treenet.co.nz-20131230040238-xtd5bzvj3nopeobx author: Francesco Chemolli committer: Amos Jeffries branch nick: 3.4 timestamp: Mon 2013-12-30 03:56:07 -0700 message: Added missing header in client_side_reply.cc for clang ------------------------------------------------------------ # Bazaar merge directive format 2 (Bazaar 0.90) # revision_id: squid3@treenet.co.nz-20131230105607-rdj1vyajbpwld6qd # target_branch: http://bzr.squid-cache.org/bzr/squid3/3.4 # testament_sha1: e30dc77493f1de53cda0c1405d59d584f3908df2 # timestamp: 2013-12-30 11:00:26 +0000 # source_branch: http://bzr.squid-cache.org/bzr/squid3/3.4 # base_revision_id: squid3@treenet.co.nz-20131230040238-\ # xtd5bzvj3nopeobx # # Begin patch === modified file 'src/client_side_reply.cc' --- src/client_side_reply.cc 2013-12-15 05:18:46 +0000 +++ src/client_side_reply.cc 2013-12-30 10:56:07 +0000 @@ -69,6 +69,8 @@ #include "esi/Esi.h" #endif +#include + CBDATA_CLASS_INIT(clientReplyContext); /* Local functions */