From: hno <> Date: Mon, 21 Oct 2002 15:31:55 +0000 (+0000) Subject: Needs #include "comm.h" for comm_udp_recvfrom() X-Git-Tag: SQUID_3_0_PRE1~603 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=402d6bec54e2d9606449bd909328fa51d1336258;p=thirdparty%2Fsquid.git Needs #include "comm.h" for comm_udp_recvfrom() --- diff --git a/src/htcp.cc b/src/htcp.cc index 84669b9e4e..93fbffdf24 100644 --- a/src/htcp.cc +++ b/src/htcp.cc @@ -1,6 +1,6 @@ /* - * $Id: htcp.cc,v 1.46 2002/10/21 06:43:07 adrian Exp $ + * $Id: htcp.cc,v 1.47 2002/10/21 09:31:55 hno Exp $ * * DEBUG: section 31 Hypertext Caching Protocol * AUTHOR: Duane Wesssels @@ -36,6 +36,7 @@ #include "squid.h" #include "Store.h" #include "StoreClient.h" +#include "comm.h" typedef struct _Countstr Countstr; typedef struct _htcpHeader htcpHeader;