--------------------- PatchSet 2026 Date: 2005/10/30 19:57:19 Author: serassio Branch: nt Tag: (none) Log: Fixed missing reference to ipc.h Members: src/auth/negotiate/auth_negotiate.cc:1.2.2.3->1.2.2.4 Index: squid3/src/auth/negotiate/auth_negotiate.cc =================================================================== RCS file: /cvsroot/squid-sf//squid3/src/auth/negotiate/auth_negotiate.cc,v retrieving revision 1.2.2.3 retrieving revision 1.2.2.4 diff -u -r1.2.2.3 -r1.2.2.4 --- squid3/src/auth/negotiate/auth_negotiate.cc 29 Oct 2005 09:06:56 -0000 1.2.2.3 +++ squid3/src/auth/negotiate/auth_negotiate.cc 30 Oct 2005 19:57:19 -0000 1.2.2.4 @@ -1,6 +1,6 @@ /* - * $Id: auth_negotiate.cc,v 1.2.2.3 2005/10/29 09:06:56 serassio Exp $ + * $Id: auth_negotiate.cc,v 1.2.2.4 2005/10/30 19:57:19 serassio Exp $ * * DEBUG: section 29 Negotiate Authenticator * AUTHOR: Robert Collins, Henrik Nordstrom, Francesco Chemolli @@ -42,6 +42,7 @@ #include "auth_negotiate.h" #include "authenticate.h" #include "Store.h" +#include "ipc.h" #include "client_side.h" #include "HttpReply.h" #include "HttpRequest.h"