aboutsummaryrefslogtreecommitdiffstats
path: root/pbx
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-05-13 15:33:49 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2010-05-13 15:33:49 +0000
commit2dd53b6b6c526e7940c176c9fe70e11591da2db9 (patch)
tree53f7e0468d87741219360990e3e142147b6e1cde /pbx
parent08b5d748944bb22ea4a32c74eb6bbfe9a1bfca8d (diff)
Fix build on linux.
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@262895 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'pbx')
-rw-r--r--pbx/pbx_spool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbx/pbx_spool.c b/pbx/pbx_spool.c
index bd1474bf5..6c7b449a1 100644
--- a/pbx/pbx_spool.c
+++ b/pbx/pbx_spool.c
@@ -32,7 +32,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <dirent.h>
#ifdef HAVE_INOTIFY
#include <sys/inotify.h>
-#elif HAVE_KQUEUE
+#elif defined(HAVE_KQUEUE)
#include <sys/types.h>
#include <sys/time.h>
#include <sys/event.h>