From: adrian <> Date: Tue, 4 Mar 2003 10:17:55 +0000 (+0000) Subject: Add missing #include X-Git-Tag: SQUID_3_0_PRE1~285 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f0d40406a1412a099840832458eaa1280b31903d;p=thirdparty%2Fsquid.git Add missing #include --- diff --git a/src/comm_kqueue.cc b/src/comm_kqueue.cc index 0507aa630f..cab29f7f08 100644 --- a/src/comm_kqueue.cc +++ b/src/comm_kqueue.cc @@ -1,6 +1,6 @@ /* - * $Id: comm_kqueue.cc,v 1.8 2003/02/21 22:50:07 robertc Exp $ + * $Id: comm_kqueue.cc,v 1.9 2003/03/04 03:17:55 adrian Exp $ * * DEBUG: section 5 Socket functions * @@ -55,6 +55,7 @@ #include "squid.h" #include "Store.h" +#include "fde.h" #ifdef USE_KQUEUE