]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Needs #include "comm.h" for comm_udp_recvfrom()
authorhno <>
Mon, 21 Oct 2002 15:31:55 +0000 (15:31 +0000)
committerhno <>
Mon, 21 Oct 2002 15:31:55 +0000 (15:31 +0000)
src/htcp.cc

index 84669b9e4e42c8010a443b8c0dd94a24836edc88..93fbffdf242a0f1a519bc98e25832a41c80a75ec 100644 (file)
@@ -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;