From: Guido Serassio Date: Tue, 2 Jun 2009 15:37:40 +0000 (+0200) Subject: Windows port: fix link error on MinGW when using ident. X-Git-Tag: SQUID_3_2_0_1~976 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=374883af65d68a4a03f2ad3372e3fbc9cbbb3ee5;p=thirdparty%2Fsquid.git Windows port: fix link error on MinGW when using ident. --- diff --git a/src/ident/AclIdent.cc b/src/ident/AclIdent.cc index 7529dfd65d..ba9e49c8e3 100644 --- a/src/ident/AclIdent.cc +++ b/src/ident/AclIdent.cc @@ -34,7 +34,7 @@ * Copyright (c) 2003, Robert Collins */ -#include "config.h" +#include "squid.h" #if USE_IDENT