--- squid-3.0.STABLE20.orig/include/squid_types.h 2009-10-29 11:05:43.000000000 +0100 +++ squid-3.0.STABLE20/include/squid_types.h 2009-12-11 23:40:46.000000000 +0100 @@ -60,9 +60,11 @@ #if HAVE_SYS_TYPES_H #include #endif +#ifndef __FreeBSD__ #if HAVE_LINUX_TYPES_H #include #endif +#endif #if STDC_HEADERS #include #include @@ -70,9 +72,11 @@ #if HAVE_INTTYPES_H #include #endif +#ifndef __FreeBSD__ #if HAVE_SYS_BITYPES_H #include #endif +#endif #if HAVE_SYS_SELECT_H #include #endif