From 402d6bec54e2d9606449bd909328fa51d1336258 Mon Sep 17 00:00:00 2001 From: hno <> Date: Mon, 21 Oct 2002 15:31:55 +0000 Subject: [PATCH] Needs #include "comm.h" for comm_udp_recvfrom() --- src/htcp.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.47.2