From: amosjeffries <> Date: Mon, 21 Jan 2008 11:02:56 +0000 (+0000) Subject: Compile error introduced by previosu patch. X-Git-Tag: BASIC_TPROXY4~166 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a8e2f334fc9e6e44eccde314f14a7c3bd6ef6a79;p=thirdparty%2Fsquid.git Compile error introduced by previosu patch. Squid-defined types need to be included where used. --- diff --git a/src/HttpRequestMethod.h b/src/HttpRequestMethod.h index 9616920cf3..4c7816b125 100644 --- a/src/HttpRequestMethod.h +++ b/src/HttpRequestMethod.h @@ -1,6 +1,6 @@ /* - * $Id: HttpRequestMethod.h,v 1.6 2008/01/20 08:54:28 amosjeffries Exp $ + * $Id: HttpRequestMethod.h,v 1.7 2008/01/21 04:02:56 amosjeffries Exp $ * * * SQUID Web Proxy Cache http://www.squid-cache.org/ @@ -35,6 +35,7 @@ #define SQUID_HTTPREQUESTMETHOD_H #include +#include "SquidString.h" enum _method_t { METHOD_NONE, /* 000 */