From: Russell Bryant Date: Thu, 13 May 2010 15:33:49 +0000 (+0000) Subject: Fix build on linux. X-Git-Tag: 11.0.0-beta1~3037 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c4a95f2eae91843603234764ec6df80c67512ba;p=thirdparty%2Fasterisk.git Fix build on linux. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@262895 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/pbx/pbx_spool.c b/pbx/pbx_spool.c index bd1474bf50..6c7b449a1d 100644 --- a/pbx/pbx_spool.c +++ b/pbx/pbx_spool.c @@ -32,7 +32,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") #include #ifdef HAVE_INOTIFY #include -#elif HAVE_KQUEUE +#elif defined(HAVE_KQUEUE) #include #include #include