From: Amos Jeffries Date: Mon, 8 Oct 2012 09:57:20 +0000 (-0600) Subject: Fix includes missed in rev12369 X-Git-Tag: SQUID_3_4_0_1~591 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94fa5008a7f889071e0443a92f3a2629360bcade;p=thirdparty%2Fsquid.git Fix includes missed in rev12369 --- diff --git a/compat/compat.h b/compat/compat.h index 6cb68d5423..f9d20a8622 100644 --- a/compat/compat.h +++ b/compat/compat.h @@ -61,7 +61,7 @@ #include "compat/os/hpux.h" #include "compat/os/linux.h" #include "compat/os/macosx.h" -#include "compat/os/mswin.h" +#include "compat/os/mswindows.h" #include "compat/os/netbsd.h" #include "compat/os/next.h" #include "compat/os/openbsd.h" @@ -70,7 +70,6 @@ #include "compat/os/sgi.h" #include "compat/os/solaris.h" #include "compat/os/sunos.h" -#include "compat/os/windows.h" /*****************************************************/ /* portabilities shared between all platforms and */