From: Amos Jeffries Date: Thu, 27 Dec 2012 06:21:06 +0000 (+1300) Subject: Fix build error on FreeBSD in kqueue X-Git-Tag: SQUID_3_4_0_1~418 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88e446ed00ebb65fc6cb8ee08803e8f5890f2185;p=thirdparty%2Fsquid.git Fix build error on FreeBSD in kqueue --- diff --git a/src/comm/ModKqueue.cc b/src/comm/ModKqueue.cc index e8703c612c..8b722246db 100644 --- a/src/comm/ModKqueue.cc +++ b/src/comm/ModKqueue.cc @@ -55,6 +55,7 @@ #if USE_KQUEUE #include "comm/Loops.h" #include "fde.h" +#include "globals.h" #include "SquidTime.h" #include "StatCounters.h" #include "Store.h"