From: Tilghman Lesher Date: Thu, 13 May 2010 17:49:51 +0000 (+0000) Subject: For FreeBSD X-Git-Tag: 11.0.0-beta1~3033 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=113c6772577471cbbb93695947e99b0584ff2199;p=thirdparty%2Fasterisk.git For FreeBSD git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@262987 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/res/res_timing_kqueue.c b/res/res_timing_kqueue.c index c564046115..007a8d0c8b 100644 --- a/res/res_timing_kqueue.c +++ b/res/res_timing_kqueue.c @@ -40,6 +40,7 @@ #include "asterisk/utils.h" #include "asterisk/time.h" #include "asterisk/test.h" +#include "asterisk/poll-compat.h" /* for ast_poll() */ static void *timing_funcs_handle;