From: Amos Jeffries Date: Sun, 23 May 2010 11:59:28 +0000 (+1200) Subject: build errors after trunk update to IpAddress X-Git-Tag: SQUID_3_2_0_1~167^2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=80617cbddccc7dc588e8a5e2d808e60302412a22;p=thirdparty%2Fsquid.git build errors after trunk update to IpAddress --- diff --git a/src/auth/User.h b/src/auth/User.h index 71a0e5abbb..1a56933590 100644 --- a/src/auth/User.h +++ b/src/auth/User.h @@ -36,7 +36,7 @@ #include "auth/AuthType.h" #include "dlink.h" -#include "ip/IpAddress.h" +#include "ip/Address.h" #include "RefCount.h" class AuthConfig; diff --git a/src/auth/UserRequest.h b/src/auth/UserRequest.h index 58cff83f2d..c86d9cf00c 100644 --- a/src/auth/UserRequest.h +++ b/src/auth/UserRequest.h @@ -39,7 +39,7 @@ #include "auth/Scheme.h" #include "auth/User.h" #include "dlink.h" -#include "ip/IpAddress.h" +#include "ip/Address.h" #include "typedefs.h" #include "HttpHeader.h"